How to fix GC overhead limit exceeded in Eclipse
If you’re performing memory intensive operations such as building workspace on big projects, Eclipse will throw this error when it runs out of memory:
An internal error occurred during: “Building workspace”. GC overhead limit exceeded
In order to fix it, you need to increase the memory allocation for Eclipse …