79222445

Date: 2024-11-25 09:46:59
Score: 0.5
Natty:
Report link

If you need to set a different amount of ram in each execution, you can export it with the env var HEAP and then run your jmeter script.

export HEAP="-Xms3g -Xmx3g -XX:MaxMetaspaceSize=1g"
jmeter ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: A.Casanova