In JMeter I am getting this error.
jmeter.JMeter: Uncaught exception: java.lang.OutOfMemoryError: Java heap space
Please let me know how to resolve.
Increase the JMeter heap memory
JMeter.bat
file and open it with a text editorset HEAP
You can set this
HEAP
value to whatever you like, in this example I've said allocate 2 GB of memory from the start and throughout the test run:set HEAP=-Xms2048m -Xmx2048m
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