![]() Previous |
![]() Next |
Th GC Configuration panel provides information about the configuration of the garbage collectors. This panel contains the following fields:
Young Garbage Collector: The type of the garbage collector used for the young generation.
Old Garbage Collector: The type of the garbage collector used for the old generation.
Concurrent GC Threads: The number of concurrent threads used for garbage collection.
Parallel GC Threads: The number of parallel threads used for garbage.
Concurrent Explicit GC: Whether System.gc()
is concurrent.
Disabled Explicit GC: Whether System.gc()
invokes a garbage collection.
Uses Dynamic GC Threads: Whether a dynamic number of garbage collection threads is used.
GC Time Ratio: The target ratio in percent between the Java application running time and garbage collection time.