Settings for Java VM
You can control the Java virtual machine in Innovator using the inojvm.ini file.
Purpose
There are two options when using Java individual options for virtual machines:
- Enter general options in the inojvm.ini file
- Enter options for a single engineering action in the Java VM section in the configuration editor.
If you make any changes to the inojvm.ini file, you can save it in the INOHOME directory or in the central INODIR directory.
Defining Individual Options for the Virtual Machine
To set an option for the Java VM, specify it in the [Default] section.
Flag=<Java option>
Examples
-
Reserved memory for Java VM
Flag=-Xms600m
Flag=-Xmx900m
-
Debug
Flag=-Xdebug
Flag=-Xnoagent
Flag=-Xrunjdwp:transport=dt_socket,address=1400,server=y,suspend=n
You can choose any port number you want. You can use this port number for remote debugging in your development environment for Java.