engine.java.options

Set engine.java.options to specify the Java runtime options used when the engine process is created.

Property Name Default Value Property Description
engine.java.options na engine.java.options specify the Java runtime options used when the engine process is created.

Details

For example, setting this property to "-Xmx600m -Xss2000k" sets the Java maximum memory heap size to 600MB and the maximum thread stack size to 2000KB (these limits are normally 400MB and 1280KB). There are other Java runtime options to set the initial Java heap size or raise the limit on the Java stack size. These are documented in Sun's documentation on the Java application launcher.