While installing google app engine for eclipse i get perm gen error
. I read that you need to increase the size of perm gen
for eclipse from the config or ini file packed with eclipse. Currently it looks like this :
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
At how many places do i have to do the edit ? Where do i need to add ? And does 256 M
mean MB ? To what size should i increase the size ?