Accessibility anchor links, skip to the following content sections:
title
,
main
,
important messages
Application Servers
>
Java Virtual Machine
Advanced
Java virtual machine
settings.
Configuration
General Properties
Classpath
/usr/local/wstest4/acme/was
Specifies the standard class path in which the
Java virtual machine
looks for classes.
Boot Classpath
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.
Verbose class loading
Specifies whether to use verbose debug output for class loading. The default is not to enable verbose class loading.
Verbose garbage collection
Specifies whether to use verbose debug output for
garbage collection
. The default is not to enable verbose garbage collection.
Verbose JNI
Specifies whether to use verbose debug output for native method invocation. The default is not to enable verbose JNI.
Initial Heap Size
Specifies the initial
heap size
available to the JVM (in megabytes).
Maximum Heap Size
Specifies the maximum
heap size
available to the JVM, in megabytes. The default is 256.
Run HProf
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.
HProf Arguments
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.
Debug Mode
Specifies whether to use the JVM debug output. The default is not to enable debug mode support.
Debug arguments
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.
Generic JVM arguments
Additional command line arguments for the JVM.
Executable JAR file name
Specifies a full path name for an executable jar file that the
Java virtual machine
uses.
Disable JIT
Configure the JVM such that the Just-In-Time (JIT) compiler is disabled.
Operating system name
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.