Tool to analyse a big dump file
Hello,I look for a tool for analyse an 1Go hprof file dump.
whith hat -J-Xmx3g <OnGoFile.dump> : an outOfMemory is generate.
(wiht a 64 bits jvm)
After examine the source code of hat, i realize, that the max array size is Integer.MAX.
Maybe hat can never run with my dump file.
Thank's

