When I tried to load a heap dump, I got the following error
An internal error occurred during:
"Parsing heap dump from **\java_pidxxxx.hprof'".Java heap space
Solution
The problem is that Eclipse Memory Analyser does not have enough heap space to open the Heap dump file.
You can solve the problem as follows:
-
open the
MemoryAnalyzer.ini
file
-
change the default
-Xmx1024m
to a larger size
No comments:
Post a Comment