Skip to content
Advertisement

Tag: jconsole

UsageMemory threashold in JConsole

I am looking into how to use JConsole to detect memory leaks. I see that in Memory Pool in my MBeans I can define UsageThreashold for my Tenured Generation. So if my application exceeds this threashold the heap memory becomes red in the Memory tab. Question: How does this help? I mean how am I supposed to use this setting

Advertisement