jmeter
jmeter copied to clipboard
jmeter hangs when open a jmx with a Big JSON request param
Expected behavior
open the file immedidately
Actual behavior
open the file used 10 minute or longer
Steps to reproduce the problem
in the jmx, i have a httpsample , and it`s request param is a big json ,about 600k, when load the file ,the jmeter hangs up.
how to solve the problem.
the jmx is in report_jmx.zip.
the jvm are as follow
JMeter Version
5.6.3
Java Version
1.8
OS Version
windows
I have the same question。
in jmeter.properties, set jsyntaxtextarea.linewrap=false
We might automatically disable line wrap in jmeter if the body contains long lines.
When a request with a long payload is sent (for example with a base64 file code), when I click on this request on the View Result Tree crashes and I am forced to terminate jmeter.
I've tried with this in jmeter.properties, set jsyntaxtextarea.linewrap=false No changes