Hi,
I'm getting the JVM low heap memory message and edited the eclipse.ini file to get a higher heap, now it looks like this:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.XXMaxPermSize
768m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms1024m
-Xmx1024m
But when I open up CCS and see the heap status bar (Window -> Preferences -> General -> Show heap status) it only uses 381M.
Why it's not using 1GB as configured?
Thanks