I'm trying to increase the heap size on my RAD installation. When I make the changes, Eclipse isn't starting.
Current configuration...
-startup
plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-install
C:\Program Files\IBM\SDP
--launcher.library
plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
-vm
jdk\jre\bin\j9vm\jvm.dll
-vmargs
-Xquickstart
-Xms128m
-Xmx1024m
-Xmnx64m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:name=IBMSDP_%u
-Xnolinenumbers
-XX:MaxPermSize=128M
-Dcom.ibm.ws.management.event.max_polling_interval=1000
I have changed startup to 256m and max to 1536m. With that change, Eclipse won't even start and I get this error..
Can someone explain what this means and how I can properly increase the memory? Thanks!