The test executor also accepts arguments to pass on to the Java Virtual Machine. This means that you can, for example, increase the initial and maximum amount of system memory allocated to the JVM with the parameters "-Xms<memory_size>" and "-Xmx<memory_size>", respectively. For example, the parameter "-Xmx128M" would make a maximum of 128 MB of system memory available to the test executor. When entering the standard parameters for the test executor, you may add "-J<JVM_parameter>" for each JVM parameter you wish to set. For example, "-J-Xmx128M". Multiple parameters, like standard parameters, are separated by spaces.
Here is an example of defining mutliple JVM parameters: "-J-Xmx128M -JXms128M".
Copyright BREDEX GmbH 2014. Made available under the Eclipse Public License v1.0.