Trying to locate a leak! What does anon mean for pmap?

前端 未结 4 1913
孤独总比滥情好
孤独总比滥情好 2020-12-08 00:44

I\'m trying to locate where my memory has gone for a java process running in linux. Someone suggested I use pmap -x to see exactly what the memory is doing.

The out

4条回答
  •  暖寄归人
    2020-12-08 01:21

    Use Eclipse MAT (when you get OutOfMemoryExceptions in the Java Heap not the native heap).

提交回复
热议问题