I am getting Unhandled event loop exception GC overhead limit exceeded error in eclipse ,with this error eclipse hangs on.
I searched for resolution and applied tricks but didn't work.
In eclipse.ini file I added below to increase memory allocation for eclipse, but no luck.
-Xms256m -Xmx1024m -XX:MaxPermSize=256m
Any help is highly appreciated.