thank you.
Just to clarify: If I am using tomcat, I can use JAVA_OPTS to increase the total JAVA memory but I need to use CATALINA_OPTS to increase TOMCAT JAVA memory.
In the catalina.sh file if the following be added:
JAVA_OPTS="$JAVA_OPTS -Xms256M -Xmx1024M"
CATALINA_OPTS="$CATALINA_O
Will this translate to JAVA has an allocation of 1G and TOMCAt is allowed to 512M out the 1G?
Thanks
Main Topics
Browse All Topics





by: ahoffmannPosted on 2008-02-13 at 23:32:37ID: 20891600
JAVA_OPTS may be used by any java lib, while CATALINA_OPTS is used for tomcat (catalina) only