Interview Questions

How to Configure JMeter Java options to meet your requirements ?

Apache JMeter FAQ


(Continued from previous question...)

How to Configure JMeter Java options to meet your requirements ?

Default JMeter java configuration comes with 512 Mo and very little GC tuning.
First ensure you set -Xmx option value to a reasonable value regarding your test requirements.
Then change MaxNewSize option in jmeter file to respect the original ratio between MaxNewSize and -Xmx.
Finally try tuning GC options only if you master this domain.

Other Interview Questions