Modifying JVM Settings

Applies to TestEngine 1.30, last modified on March 19, 2024

When TestEngine runs, it passes a number of parameters to the Java virtual machine to prepare the environment. You can modify these parameters according to your needs. The parameters to pass are listed in the helper ReadyAPITestEngine.vmoptions file that is located in the <TestEngine>/bin folder. Here is a snippet of that file:

-Xms128m
-Xmx8138m
-Dsoapui.properties=soapui.properties
-Dsoapui.home=C:\Program Files\SmartBear\ReadyAPITestEngine/bin
...

Open this file with any text editor and modify any parameter that you need. If the parameter is absent, you can add it.

The last line in the .vmoptions file must be followed by a new line.

See Also

Administrative Tasks

Highlight search results