Posts Tagged jvm

Configure heap size for Tomcat 6.x

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.

Comments (9)