How to analyze PermGen space? [duplicate]

让人想犯罪 __ 提交于 2019-12-01 05:15:00
Srinivas M.V.

For Memory Analysis

  1. Use jvisualvm.exe present in bin directory of JDK

  2. Using jvisualvm take the Thread/Heap dump depending on the process id of the Application you need to profile.

  3. Memory Analyzer (MAT) an eclipse plugin. where you can import the heap dump from jvisualvm and analyze for possible leaks.

You can use monitoring tools that are in the bin folder of your jdk, as "jvisualvm" or "jconsole"

I use Yourkit to analyse what is in the heap-space. It is not free but it is a really big help when analysing memory issues and/or performance issues. (They have an evaluation version)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!