Running memory while parsing a Java heap dump

I have a curious problem, I need to analyze a 1.5 GB Java heap dump (from IBM JRE), the problem is that when analyzing the dump (I tried HeapAnalyzer and IBM Memory Analyzer 0.5 ), the tools run out of memory I can not really analyze dump. I have 3 GB of RAM on my machine, but it seems that this is not enough to analyze a 1.5 GB dump,

My question is, do you know a specific heap dump analysis tool (supporting IBM JRE dumps) that I could use with the amount of memory I have?

Thanks.

+4
source share

Source: https://habr.com/ru/post/1312091/


All Articles