The project that was recently imported into eclipse is very large, and every time eclipse starts, it returns to update workspace and then keeps saying:
An internal error occurred during: "Building Workspace". GC Overhead limit exceeded
This error.
Workaround:
The reason is that the eclipse default configuration memory is too small to change the Eclipse.ini file under the Eclipse installation folder.
Eclipse.ini default files are as follows:
Modify the following:
-xms512m-xmx1024m
The first is the smallest initialization memory and the second one is the largest occupied memory
You can also add-xx:maxpermsize=1024m, which means that you always have the maximum memory when compiling a file, restarting eclipse
If your computer's memory is large enough, allocate a little more eclipse. I will be set to 512m or error, simply set to 1024.
Eclipse has always reported an internal error occurred during: "Building Workspace". GC Overhead limit exceeded