Today we use parallel sweep labels, specifying it like this:
-XX:+UseConcMarkSweepGC
I saw several articles recommending the use of additional parameters in this form:
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+UseParNewGC
From what I read, UseParNewGC is indicated automatically when using parallel soles and CMSIncrementalMode if the machine has only 1 or 2 processors.
So, does it make any sense to use these additional parameters, given that most of our machines are quad-core (which makes the processor volume visible for a 4 or 8 system)?
Thanks!
java garbage-collection parameters
Syber
source share