java - How can I analyze a heap dump in IntelliJ? (memory leak) -



java - How can I analyze a heap dump in IntelliJ? (memory leak) -

i have generated heap dump java application has been running days jmap tool -> results in big binary heap dump file.

how can perform memory analysis of heap dump within intellij idea?

i know there tools eclipse , netbeans rather utilize thought if possible.

the basic results of analysis tell me number of instances of each object in memory, per-class, allow me able start debugging memory leaks.

the best thing out there memory analyzer (mat), intellij not have bundled heap dump analyzer.

java intellij-idea heap-dump jmap memoryanalyzer

Comments

Popular posts from this blog

c# - ASP.NET MVC Sequence contains no matching element -

java - Parsing XML, skip certain tags -

rest - How to invalidate user session on inactivity in a stateless server? -