This is in a way continuation of this thread. I am developing a different Android app and ran into the "out of heap" error again. My eclipse.ini 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
-vm
C:/Program Files/Java/jdk1.7.0_01/bin/javaw.exe
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms1024m
-Xmx1024m
If I increase Xms/x values, Eclipse can't start. What else can I do to get this to work?
Thx much