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.

WEBENCH® Tools/OMAP-L138: OMAP-L138: ROTS/OMAP-L138/lcdk-06.00.00.07-Windows-x86-Install:CCS-Error

Part Number: OMAP-L138
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: WEBENCH® Design Tools

Hi

Error happens. A message dialog is copied to TI_07.
I reeasrch some of WEB site, and arranged a file(c:\ti\ccs910\ccs\eclipse\eclipse.ini), Is is proper?

Please.
Tell me.

  • Hi,

    Could you explain your use case in more details? What are you doing exactly? What is the error that happens?

    Best Regards,
    Yordan

  • Hi

    Yordan

    Thank you for reading.

    This is an error.

    I referenced the following web-site, and arranged characters are shown in RED.

    log

    '-startup
    plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200
    --launcher.defaultAction
    openFile
    --launcher.XXMaxPermSize
    512M
    --launcher.appendVmargs
    -vmargs
    -Dosgi.requiredJavaVersion=1.8
    -Dosgi.dataAreaRequiresExplicitInit=true
    -Xms40m
    -Xmx512m
    --add-modules=ALL-SYSTEM

    Thank you very much.

  • Hello,

    Note that CCS typically uses the settings in ccstudio.ini instead of eclipse.ini. If you wish to change the heap size, make it to ccstudio.ini.

    Also, what version of CCS are you using?

    Thanks

    ki

  • Hello,

    Just following up to see if you have a change to modify ccstudio.ini.

    Also, if you are not using the latest CCS version, I strongly suggest you do so. Starting with CCSv9, CCS is a full 64-bit application on Windows. This allows for much greater flexibility in setting the max heap size, which should help with issues like the one you are experiencing:

    https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_troubleshooting.html#heap-and-jvm-settings

    Thanks

    ki

  • Hi

    I read the manual, but it doesn't work. Shouldn't we make changes to the default?

    I'm using CCSv9. I tried to change the value of the working memory but it didn't work and I got an error. I want to change the default value and memory value and other parts, but how much can I change it?

  • userasagonta55 said:
    I'm using CCSv9. I tried to change the value of the working memory but it didn't work and I got an error

    What did you change -Xmx in ccstudio.ini to? As for the recommend value, it is mentioned in the link I sent in my previous post. For CCSv9.x, I would recommend 1536m or higher (I personally use 2048m)

  • Hi ki,Yordan.

    [The file contains two important parameters for memory management: -Xms and -Xmx. The current default values of these two options are -Xms128m and -Xmx768m (may vary depending on the CCS version).The flag -Xmx specifies the maximum memory allocation pool for a Java virtual machine (JVM), while -Xms specifies the initial memory allocation pool. This means the JVM will be started with -Xms amount
    of memory and will be able to use a maximum of -Xmx amount of memory.]

    I read "code composer studio".

    Should I set the maximum and initial memory allocations for the Java virtual machine (JVM) to the CCV version?


     For instance

    --launcher.defaultAction

    openFile

    --launcher.XXMaxPermSize 1024M

    -showsplash org.eclipse.platform

    --launcher.XXMaxPermSize 1024m

    --launcher.defaultAction

    I changed the default value to match my ccs version with this reference.
    Thanks to you, it started safely.
    Thank you very much.