I have setup heap size for Java:Control Panel --> Java (Control panel) --> Java --> View Updated user properties to -Xmx4096m (My Machine RAM is 8 GB)After changing heap size in control panel, I am changing Heap size in Jmeter.bat to 2048MB.set HEAP=-Xms2048m -Xmx2048m
if not defined HEAP (
rem See the unix startup file for the rationale of the following parameters,
rem including some tuning recommendations
...