How can I change the heap size of all slave machines while using NON-GUI mode in JMeter distributed test?
Eg: I want to trigger this from the master machine. C:\jmeter\bin\jmeter.bat -n -t C:\test.jmx -Jusers=10000 -R192.168.0.19,192.168.0.29......
Is there some parameter that I can pass here so that the heap size of all the slave machines will be changed from the master machine?