Search code examples
javacachingmemory-managementheap-memory

How to find cached objects from java heap dump


I am looking for instructions for finding cached objects from the heap dump created by jmap. Thanks for your help.


Solution

  • "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.