Huge heap dump (11GB) - Jhat failed & Eclipse MAT needed help

前端 未结 3 484
悲哀的现实
悲哀的现实 2021-01-22 05:47

We got a memory error in our EA and we used -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/path/to/some/dir to dump the heap at the time of OOM.

We had a

相关标签:
3条回答
  • 2021-01-22 06:00

    I was using MAT on Linux yesterday.... check out the proper version here

    0 讨论(0)
  • 2021-01-22 06:00

    We have had success in the past using Netbeans to analyze OOM errors. It seemed to cope where Eclipse and JHAT couldn't.

    0 讨论(0)
  • 2021-01-22 06:17

    forget Jhat, you would need more than 100Gybte of RAM to parse this dump, it would take forever and it would be very hard to find something. I just lately installed MAT on a SUSE 11 machine. worked flawlessly . Can you please make sure that MAT is using the right JVM? Not sure whether we testet it with anything else then the SUN/SAP JVMs.

    Regards, Markus (kohlerm)

    0 讨论(0)
提交回复
热议问题