We have a JMeter test which stops in between giving the following error message
It runs fine when I run the tests with a load of 100,200 and 300 Users
I found one question jmeter test failed with out of memory error but that didn't help to solve the issue.
Have tried running this on machines with 12 GB RAM and also with a 16 GB RAM.
What could be the possible reason for it to behave so?
also tried to run on non-GUI mode even there the test stops.
Windows x64
optionIncrease your JVM Heap size by amending HEAP environment variable like:
set HEAP=4G && jmeter.bat -n -t test.jmx -l result.jtl
Make sure to follow JMeter Best Practices and recommendations from 9 Easy Solutions for a JMeter Load Test “Out of Memory” Failure article