This is not working, ive tried increasing heap memory in jmeter.bat file but while opening jmeter in cmd i can see it is not updated, but if i open in note it is updated. Can you help here ?
Is it good approach to enable "Summariser" properties in jmeter.properties file and run the test via CLI mode? P.S, My requirement is very heavy load test.
I have encoutered this OOM issue, I have increased the heap size xms & xmx in both the places in jmeter. bat file but no luck, am still facing the same issue Please let me know what else need to be done
C:\opt\apache-jmeter-5.4.1\bin>jmeter.bat Invalid maximum heap size: -Xmx6g The specified size exceeds the maximum representable size. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. errorlevel=1 not funcionality solucion help me please.
Here issue might be with the invalid heap size. The maximum heap size varies based on the machine architecture example 32 bit or 64 bit, JVM bit size is 32 bit JVM or 64 bit JVM and also it may depends on the operating system and its Ram as well. If your machine is 8GB RAM. Then you can set the max heap as 80% of RAM.
@@performancetesting1848 Thanksfull my problem this JDK version X86 and my pc architecture support 64 bits, the solution consistent in change JDK for 64 bits and instanced the environment variable, solved problem
This is not working, ive tried increasing heap memory in jmeter.bat file but while opening jmeter in cmd i can see it is not updated, but if i open in note it is updated. Can you help here ?
Good explanation
After making changes and reopened JMETER the CMD is showing same heap as earlier but while opening in notepad it shows changes
Is it good approach to enable "Summariser" properties in jmeter.properties file and run the test via CLI mode?
P.S, My requirement is very heavy load test.
Is there anyway to clear this heap memory during run time ?
I have encoutered this OOM issue, I have increased the heap size xms & xmx in both the places in jmeter. bat file but no luck, am still facing the same issue
Please let me know what else need to be done
C:\opt\apache-jmeter-5.4.1\bin>jmeter.bat
Invalid maximum heap size: -Xmx6g
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
errorlevel=1 not funcionality solucion help me please.
Here issue might be with the invalid heap size.
The maximum heap size varies based on the machine architecture example 32 bit or 64 bit, JVM bit size is 32 bit JVM or 64 bit JVM and also it may depends on the operating system and its Ram as well.
If your machine is 8GB RAM. Then you can set the max heap as 80% of RAM.
@@performancetesting1848 Thanksfull my problem this JDK version X86 and my pc architecture support 64 bits, the solution consistent in change JDK for 64 bits and instanced the environment variable, solved problem