I see following settings in production for our tomcat
-XX:+UseConcMarkSweepGC -XX:+UseParNewGC
What does it mean to have two collectors? Is the UseConcMarkSweepGC for older gen and ParNewGC for new gen? or is it that UseParNewGC is the only one that would run?
Looking at java specs, you can use -XX:+UseParallelGC in conjuction with ConcMarkSweepk, but nothing is mentioned about UseParNewGC