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

前端 未结 7 942
忘了有多久
忘了有多久 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:19

    You can install the JVisualVM plugin from here: https://plugins.jetbrains.com/plugin/3749?pr=

    This will allow you to analyse the dump within the plugin.

提交回复
热议问题