Accessibility anchor links, skip to the following content sections: title, main, important messages

Java Virtual Machine

Advanced Java virtual machine settings. View more information about this field

Configuration
General Properties
View more information about this field Specifies the standard class path in which the Java virtual machine looks for classes.
View more information about this field Specifies bootstrap classes and resources for a JVM. This option is only available for JVMs that support bootstrap classes and resources. You might separate multiple paths by a colon (\:) or semi-colon (;), depending on operating system of the node.
View more information about this field Specifies whether to use verbose debug output for class loading. The default is not to enable verbose class loading.
View more information about this field Specifies whether to use verbose debug output for garbage collection. The default is not to enable verbose garbage collection.
View more information about this field Specifies whether to use verbose debug output for native method invocation. The default is not to enable verbose JNI.
Information required View more information about this field Specifies the initial heap size available to the JVM (in megabytes).
View more information about this field Specifies the maximum heap size available to the JVM, in megabytes. The default is 256.
View more information about this field Specifies whether to use HProf profiler support. To use another profiler, specify the custom profiler's settings using the HProf Arguments setting. The default is not to enable HProf profiler support.
View more information about this field Specifies command-line profiler arguments to pass to the Java virtual machine that starts the appserver process. You can specify arguments when HProf profiler support is enabled.
View more information about this field Specifies whether to use the JVM debug output. The default is not to enable debug mode support.
View more information about this field Specifies command-line debug arguments to pass to the Java virtual machine that starts the appserver process. You can specify arguments when Debug Mode is enabled.
View more information about this field Additional command line arguments for the JVM.
View more information about this field Specifies a full path name for an executable jar file that the Java virtual machine uses.
View more information about this field Configure the JVM such that the Just-In-Time (JIT) compiler is disabled.
View more information about this field Specifies JVM settings for a given operating system. When started, the process will use the JVM settings for the operating system of the node.

Additional Properties
Custom Properties Java system properties to be set in the memory for this JVM.