After looking around a bit, here is how I learned to configure heap size for Tomcat 6.x:
export CATALINA_OPTS="-Xms1024m -Xmx1024m"
Thanks to this post for the information.
After looking around a bit, here is how I learned to configure heap size for Tomcat 6.x:
export CATALINA_OPTS="-Xms1024m -Xmx1024m"
Thanks to this post for the information.