1. Open errors after eclipse is turned off such as:
2. Specific details:
3, an internal error occurred during: "Building Workspace".
GC Overhead limit exceeded
Analysis:
4. Solution:
The reason is that the eclipse default configuration memory is too small to change the Eclipse.ini file under the Eclipse installation folder.
In other words, Eclipse's default memory size is not enough and needs to be modified.
Open the directory where eclipse found the Eclipse.ini file. Such as:
5. Open with a text editor:
6. Change the last two rows to a larger one and add one row at a time. Specific as follows:
-xms1024m
-xmx1536m
-xx:maxpermsize=1024m
7. Restart eclipse after the modification is complete. is normal.
Parameter description:
-xms/xmx/-xx:maxpermsize What do these three parameters mean?
Such as:
8. Restart Eclipse. It's normal.
Eclipse error GC overhead limit exceeded