How to investigate OOM of too many objects in Eclipse Memory Analyzer?

229 views Asked by At

In an application(actually it is HiveServer2), I've encountered OOM error and got a heap dump.

Through Eclipse Memory Analyzer(EMA), I've found that many LinkedHashMap$Entry consumed almost all of the heap memory (16GB), but I want to know which components use such a lot of objects.

What prevents me from investigating is that the heap dump is around 16GB itself, so some of the operations of EMA don't work in my laptop. Anyway, does anybody know how I can get to know that in Eclipse Memory Analyzer?

enter image description here

0

There are 0 answers