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

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

    There also exists a 'JVM Debugger Memory View' found in the plugin repository, which could be useful.

提交回复
热议问题