SeeTestAutomation- Increase JVM Memory Size
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
By default, the studio memory size is 1024 mb.
During the Long Run execution and\or tests which use multiple devices (Parallel or Serial) it may be that the memory consumption will be more than that
To increase the memory size, perform the following:
Make sure that the studio is closed during the process.
Step 1: Go to the studio installation folder and open the studio.vmoptions file in word editor.
Step 2: In the file, edit the following line:
"# -Xmx<SIZE>m"
- Remove the '#' from the beginning of line
- Set the memory size limit
For example: "-Xmx1024m" (Sets the memory value to 1024mb)
Note: The maximum possible value is 1512 mb.
Step 3: Save the file.
Step 4: Relaunch the tool.