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.
Apr 29 2019 02:33 PM IIS has a limit for the size of the files users can upload to an application. If the file size exceeds the limit, the application will throw “ Error in HTTP request, received HTTP status 413 (Request Entity Too Large) ” error.
If the file size exceeds the limit, the application will throw “ Error in HTTP request, received HTTP status 413 (Request Entity Too Large) ” error. The default file upload size is 49 KB (49152 bytes).
If the file size exceeds the limit, the application will throw “ Error in HTTP request, received HTTP status 413 (Request Entity Too Large) ” error. The default file upload size is 49 KB (49152 bytes). The application records the log below if user tries to upload a file that is bigger than this size.
As records were added to the tables outside of this view, the Gridview Dataset grew to be too large for the ASPX page to save and recall the viewstate object.
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:
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With