I have a machine with 2GB of RAM. Currently, my Eclipse is getting closed regularly after throwing:
Unhandled event loop exception
PermGen space
Some times it gets closed without showing any error, or some other errors.
Here is the setting that I have in eclipse.ini
:
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms256m
-Xmx384m
What changes do I need to make to fix this?
Add at the end of your eclipse.ini file this line:
Thanks a lot.I made it 512 and got it worked.