1

I got a hprof file from the user who encounter a OutOfMemory exception. but when open that file with Eclipse Memory Analyzer, it show that total memory only 9.6MB far from the actual heap size 75MB. Is possible that profile process only dump part of heap space?

Highth
  • 11
  • 2

1 Answers1

0

MAT skips unreachable objects so doesnt report exact heap size.

Details will be useful for you.

Vipin
  • 4,851
  • 3
  • 35
  • 65