Eclipse Memory Analyser java.lang.OutOfMemoryError: Java heap space

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:
  1. open the MemoryAnalyzer.ini file
  2. change the default -Xmx1024m to a larger size

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days