I am continuing to get the "JVM heap low detected" warning even after increasing the eclipse heap size to 1024 M.
By just editing and scrolling the source files the memory usage (heap) slowly increases until it reaches 1G and then crashes.
I followed the instructions from this post http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/40558/153505.aspx#153505.
My eclipse.ini looks like:
-vmargs
-Xms1024m
-Xmx1024m
-XX:PermSize=512m
-XX:MaxPermSize=512m
I am running ccs4 4.2.3.00004 and working with the 28x controllers (TMS320C28346) and Signum Systems JTAG Jet-TMS emulator.