Is there a possibility, that from inside your program, by calling some java library, make java create memory snapshot of that program? (default .hprof file)
I need a memory snapshot at the peak of my application's memory usage - is there an easy way to achieve this? thanks