On Wed, Jan 22, 2014 at 11:35 AM, John Watson <j...@disqus.com> wrote:

> I thought PrintFLSStatistics was necessary for determining heap
> fragmentation? Or is it possible to see that without it as well?
>

I've found that easier parsing is more important than tracking indicators
of fragmentation.

Perm-Gen stays steady, but I'll enable it anyway to see if it has any
> affect.
>

I know CMSClassUnloadingEnabled is talked about in the context of permgen,
but it has an effect on the main heap as well.  In our case we saw DSE
nodes lock up for 10 minutes at a time trying to clear old gen; cured when
we added the flag.  It's a shot in the dark without more analysis, but just
turning on the flag is easy enough.

Cheers,
Lee

Reply via email to