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
Post a Comment