=== modified file 'debian/tomcat6.default' --- debian/tomcat6.default 2010-03-31 10:47:51 +0000 +++ debian/tomcat6.default 2010-04-23 05:46:50 +0000 @@ -22,8 +22,8 @@ #CATALINA_BASE=/var/lib/$NAME # You may pass JVM startup parameters to Java here. If unset, the default -# options (-Djava.awt.headless=true -Xmx128m) will be used. -#JAVA_OPTS="-Djava.awt.headless=true -Xmx128m" +# options (-Djava.awt.headless=true) will be used. +#JAVA_OPTS="-Djava.awt.headless=true" # Use a CMS garbage collector for improved response time JAVA_OPTS="${JAVA_OPTS} -XX:+UseConcMarkSweepGC" === modified file 'debian/tomcat6.init' --- debian/tomcat6.init 2010-03-31 10:47:51 +0000 +++ debian/tomcat6.init 2010-04-23 05:46:29 +0000 @@ -76,10 +76,8 @@ # Default Java options # Set java.awt.headless=true if JAVA_OPTS is not set so the # Xalan XSL transformer can work without X11 display on JDK 1.4+ -# It also looks like the default heap size of 64M is not enough for most cases -# so the maximum heap size is set to 128M if [ -z "$JAVA_OPTS" ]; then - JAVA_OPTS="-Djava.awt.headless=true -Xmx128M" + JAVA_OPTS="-Djava.awt.headless=true" fi # End of variables that can be overwritten in $DEFAULT