Is it possible to view threads from hprof dump / threads in heap dump

前端 未结 7 1488
粉色の甜心
粉色の甜心 2021-02-06 06:46

I have got a large (5GB) hprof dump, created by application when OutOfMemoryError occurred. (Using XX: HeapDumpOnOutOfMemoryError ).

Unfortunately there

7条回答
  •  一向
    一向 (楼主)
    2021-02-06 06:57

    Use visualvm.

    try to analyse the graph when perm heap space exceeds... u should also check the memory samples & save its snapshot..

    Analysis the thread stack... will help you narrow down to the problem.

提交回复
热议问题