This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to increase CCS heap

Other Parts Discussed in Thread: CCSTUDIO

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