Skip to content Skip to sidebar Skip to footer

Java Heap Space Error Making Eclipse To Hang

i am getting this erro in my error log and my eclipse hangs tottaly , saying my xml layout file has more than 80 views , now in order to carry some header footer and some border la

Solution 1:

Try increasing the java heap space settings in eclipse.ini file and see if that helps

--launcher.XXMaxPermSize
512M
-Xms512m
-Xmx1024m

These three settings are the ones that you'd need to modify. You can chose higher values in case Eclipse continues to hang.


Post a Comment for "Java Heap Space Error Making Eclipse To Hang"