I need to increase heap allocation, but I think that I am missing a step, I follow these instructions http://wiki.eclipse.org/Eclipse.ini , but the ini file is different from mine, this is what I get
-startup ../../../plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar --launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.2.R36x_v20101019_1345 -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile -vmargs -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx1536m -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=256m
I am changing the line -Xmx1536m , but still getting a memory problem, any ideas what I need to configure? I have the latest 64 bit Eclipse IDE and it works on OSX 10.6.7
thanks
source share