JRE Option
Passes command line options to the JVM at start-up.
The JRE Option property can be used to define Java system properties, which are used by applications running in the JVM, such as extensible security modules.
You can use multiple JRE Option entries in order to pass more than one option to the JVM. Permitted values include most JVM options that are defined by Sun Microsystems.
For example, this restricts the maximum heap size of the JVM to 256 megabytes: -Xmx256m.
Copyright © Cloud Software Group, Inc. All rights reserved.