Java - Eclipse Memory Analyzer Out Of Memory When Open Java Dump


Java Dump usually huge nowadays and the default are usually not useful 1048 and will result in Out Of Memory when opening a large heap dump.

To workaround it, at MemoryAnalyzer.ini, increase -Xmx

-Xmx4096m

or large depend on your heap dump size and available memory on the machine

Comments

Popular Posts