14

I am running a Java application and faced an error Out of memory. .hprof file is generated. What do I use to analyse what's in the file? How to read that file? Any suggestion?

Thanks in Advance!!!

gayathri
  • 141
  • 1
  • 1
  • 4

2 Answers2

13

Memory Analyzer is the best tool I found for that. It's free and very efficient.

Manuel Selva
  • 18,554
  • 22
  • 89
  • 134
4

You can use Java heap analyser tool as well as MAT . But MAT is the best for finding memory leaks IMO .

Imposter
  • 2,666
  • 1
  • 21
  • 31