Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: Code composer working memory 400Mbytes and growing

$
0
0

Stephen,

Your logic is correct.

As a more general statement, the parameters passed to the file <eclipse.ini> (and in CCS we use the <ccstudio.ini> instead) control the relationship between the maximum memory used for permanent and dynamically allocated objects. The permanent objects are part of the 132MB of your example above (the JVM, for example, is also enclosed in this memory). The dynamically allocated objects are part of the heap.

A few references that talk about these relationships can be found below:

http://wiki.eclipse.org/Eclipse.ini

http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Frunning_eclipse.htm

One note, though: the maximum memory that a 32-bit JVM can use is 2GB (that is the one CCS uses). This and other few tips that are popular around the web can be found in some blogs around the internet:

http://blog.xam.dk/?p=58

http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html

Regards,

Rafael


Viewing all articles
Browse latest Browse all 91752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>