Changes between Version 7 and Version 8 of QuickStart
- Timestamp:
- Feb 8, 2011, 9:37:06 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStart
v7 v8 136 136 chmod u+x *.sh 137 137 }}} 138 * You need to increase the Perm GenSpace, otherwise Tomcat will crash. This can be done by setting138 * You need to increase the Permgenspace, otherwise Tomcat will crash. This can be done by setting 139 139 {{{ 140 140 export CATALINA_OPTS="-Xmx1024M -XX:MaxPermSize=256M"