Phases of Concurrent Mark and Sweep GC Algorithm

Phases of Concurrent Mark and Sweep GC Algorithm

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

Vaibhav

Administrator
Staff member
Dec 10, 2015
21
1
3
36
Vaibhav submitted a new resource:

Phases of Concurrent Mark and Sweep GC Algorithm - JVM Tuning

CMS (-XX:+UseConcMarkSweepGC) or the concurrent mark sweep GC could have been called the mostly concurrent mark sweep GC and here's why.
These are the phases of a CMS concurrent collection.


View attachment 49

The Concurrent Mark Sweep Collector (“CMS Collector”) of the HotSpot JVM has one primary goal: low application pause times. This goal is important for most interactive applications like web applications. Before we take a look at the relevant JVM flags, let us briefly recap the...

Read more about this resource...