Pages

Google Ads

Thursday, October 21, 2010

Configure heap size for Tomcat 6.x

Hello folks,

There are some good links that teach us how to config heap size. You need to know it if you are using Pentaho BI Server or if you are a Java Developer.

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

http://vegdave.wordpress.com/2008/04/04/configure-heap-size-for-tomcat-6x/


Portuguese
http://adrianoaquino.wordpress.com/2009/11/09/aumentar-memoria-tomcat/

http://www.fabsoft.cesupa.br/site/index.php?option=com_content&task=view&id=37&Itemid=34


At linux just type at command line:

export CATALINA_OPTS="-Xms1024m -Xmx1024m"

No comments: