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!!!
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!!!
Memory Analyzer is the best tool I found for that. It's free and very efficient.
You can use Java heap analyser tool as well as MAT . But MAT is the best for finding memory leaks IMO .