Thursday, July 30, 2009

Resolving heap space problem

Eclipse and memory settings

eclipse.ini is a configuration file that is located in the root of your eclipseinstallation which is used as the default arguments passed to eclipse..
--launcher.XXMaxPermSize
512M
-vmargs
-Xms1024M
-Xmx1536m

Environment varialbe
JAVA_OPT java -Xms2048m -Xmx2441m

0 comments:

Post a Comment