As with any Java program, the NeoLoad Controller memory is limited. This limit must be raised whenever the Controller needs to process a large volume of test results.
<install-dir>/bin/NeoLoadGUI.vmoptions
and <NeoLoad>/bin/NeoLoadCmd.vmoptions
files.For x64, default settings are:
-XX:MaxRAMFraction=4
VM will use maximum 1/4 of total system memory.
-XX:MaxRAMFraction=2
-Xmx4g
Information: For x86, default settings are: -Xmx800m
. This means that the VM will use maximum 800 MB of total system memory.