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

前端 未结 7 1005
忘了有多久
忘了有多久 2021-01-31 01:43

I have generated a heap dump from my java application which has been running for some days with the jmap tool -> this results in a large binary heap dump file.

7条回答
  •  误落风尘
    2021-01-31 02:18

    You can also use VisualVM Launcher to launch VisualVM from within IDEA. https://plugins.jetbrains.com/plugin/7115?pr=idea I personally find this more convenient.

提交回复
热议问题