REFERENCE


JavaVerboseGC
Syntax: JavaVerboseGC=value

Description: Enables the verbose setting of the garbage collection (GC) mechanism in Java Virtual Machine (JVM), which causes the JVM to issue many messages about memory usage as GC runs. Specify 1 as the JavaVerboseGC value to enable this setting.

Applies to: Servers

Default: 0

UI equivalent: None

See also