Java Parallel Garbage Collector

From NovaOrdis Knowledge Base
Revision as of 16:58, 9 May 2017 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

It is the default GC collector for Java 8. This information is reported when GC logging is enabled:

... CommandLine flags: ... -XX:+UseParallelGC ...

Configuration

Enabled with:

-XX:+UseParallelGC

Note that this is the default garbage collector used by the JVM, so it does not have to be explicitly specified.