开发者

How to find cached objects from java heap dump

开发者 https://www.devze.com 2023-01-27 23:22 出处:网络
I am looking for instructions for findi开发者_C百科ng cached objects from the heap dump created by jmap.

I am looking for instructions for findi开发者_C百科ng cached objects from the heap dump created by jmap. Thanks for your help.


"Cached" is a bit unclear in this context. But I assume you have a memory leak to chase?

Try Eclipse's Memory Analyzer, it's free and gives many good ways of investigating that heap.

0

精彩评论

暂无评论...
验证码 换一张
取 消