Thanks,
Russ.
It seems that CMS slowly fragments the heap meaning at some point it
goes into stop the world GC while it defrags. In high load
environments we see this happen after 5-7 days typically.
When CMS hits this stage you can see pause times as long as 45 minutes
(yes 45 minutes) depending on your heap size.
We are soon going to try using the dgc.young you recommended in an
earlier e-mail. Perhaps that will be enough.
I notice that when the Eden space fills up, it collects but spills
some over into the Old collection. If the dgc.young collector can
mark more of these as garbage quicker, perhaps we won't have so much
spillover.
Thanks,
Russ.