+

Search Tips   |   Advanced Search


Increase available memory for the Controller

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.

  1. Edit the <install-dir>/bin/NeoLoadGUI.vmoptions and <NeoLoad>/bin/NeoLoadCmd.vmoptions files.
  2. Edit the VM argument:

    For x64, default settings are:

    -XX:MaxRAMFraction=4

    VM will use maximum 1/4 of total system memory.

Information: For x86, default settings are: -Xmx800m. This means that the VM will use maximum 800 MB of total system memory.


Home