You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,55 @@ The sampler will automatically add an `X-MEDIA-SEGMENT-DURATION` HTTP response h
132
132
133
133
In the case of MPEG DASH, the View Results Tree Listener displays the resultant samples with the associated type (manifest, inits and segments for media, audio and subtitles) to easily identify them as well.
134
134
135
+
## Memory tuning: response data release
136
+
137
+
To reduce JVM memory usage during large/long load tests, the sampler can release
138
+
in-memory response bodies after each sample has been measured and passed to
139
+
listeners. Two JMeter properties control this behavior (both read once at first
140
+
use and cached for the JVM lifetime — they cannot be changed mid-run via
### GUI / View Results Tree caveat (both properties)
177
+
178
+
Response bodies are cleared synchronously right after listeners are notified.
179
+
In **GUI mode** with "Save Response Data" enabled, View Results Tree renders
180
+
bodies lazily when you click a row — after the body has already been cleared.
181
+
Released samples appear with empty response data in the tree. Use non-GUI mode
182
+
for production-like soaks, or disable release when debugging response content.
183
+
135
184
## Assertions and Post Processors
136
185
137
186
The plugin supports adding assertions and post processors on any of the potential types of sample results (master playlist, media playlist, media segment, audio playlist, audio segment, subtitles, subtitles playlist and subtitles segment).
0 commit comments