JVM General Properties
Example syntax (default values):
minJVMHeapSize = 256
Specifies, in megabytes, the initial heap size available to the JVM code.
maxJVMHeapSize = 256
Specifies, in megabytes, the maximum heap size that is available to the JVM code.
verboseGarbageCollection = "false"
Specifies whether to use verbose debug output for garbage collection.