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.

CCS v5.2 JAVA HEAP Low and OUT of MEMORY error on Window 7

Other Parts Discussed in Thread: CCSTUDIO

We recently installed CCS5.2 on new PC with  windows 7 ...  we  get the following. erros msgs (see attached )

 I have tried to set Xls and Xmx to correct but it doesnt help .. here's what i've done:

 Ccstudio.ini

-startup

plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar

-product

com.ti.ccstudio.branding.product

--launcher.XXMaxPermSize

256M

-showsplash

com.ti.ccstudio.branding

--launcher.defaultAction

openFile

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Dosgi.instance.area.default=@user.home/workspace_v5_2

-Xms128m

-Xmx512m

-XX:ErrorFile=C:\Users\e709628\AppData\Local\.TI\213602635\0\dmp\hs_err_%p.log

 

 Eclipse.ini

-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

-product

org.eclipse.epp.package.cpp.product

--launcher.defaultAction

openFile

--launcher.XXMaxPermSize

256M

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

--launcher.defaultAction

openFile

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Xms128m

-Xmx512m

 

I even tried  this .. (See attachement)

Here is my PC configuration (see attachement)

8233.JAVA_SCREEN.docx

 Any help woul dbe appreciated.