REFERENCE


JavaMinHeapSize
Syntax: JavaMinHeapSize=number of bytes

Description: Specifies the initial size of the Java heap at Java Virtual Machine (JVM) startup. If the JVM needs more heap than it currently has, it will expand the heap in increments but will not exceed the maximum. You can specify the number of bytes directly or use the suffix "MB" to indicate megabytes, for example, specifying "16MB" is the same as specifying "16777216."

Applies to: Servers

Default: 16MB

UI equivalent: None

See also