Response too large to be displayed

jmeter

Solution

In user.properties file add this:

view.results.tree.max_size=0

Case is important, and '_' not '.' in max_size

Restart jmeter

That's it

See:

- https://jmeter.apache.org/usermanual/properties_reference.html#miscellaneous

Maximum size (in bytes) of HTML page that can be displayed. Set to zero to disable the size check and display the whole response. Defaults to: 10485760

Problem

In Jmeter, I have been experiencing "Response too large to be displayed. Size: 340188 > Max: 204800" error in the response data in often. Though I have tried to update the "View.Result.Tree.Max size as 0. But again facing the same issue.

Original source