DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Basic Apache Tomcat Memory Configuration
In catalina.bat or catalina.sh, define the following line:
set CATALINA_OPTS=-Xmx768m -XX:MaxPermSize=256m




