Adding applications to uberSVN can, obviously, place greater demands on the Tomcat application server and system resources, especially memory.
If you plan to run additional applications on your uberSVN server, especially memory hungry ones like Jenkins then we strongly recommend that you increase the JAVA heap memory to avoid running into problems like OutOfMemory errors.
javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space org.apache.jasper.servlet.JspServlet.service(JspServlet.java:268)
Example memory error
"-Djava.io.tmpdir=%CATALINA_BASE%\temp;-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager; -Djava.util.logging.config.file=%CATALINA_BASE%\conf\logging.properties; -Dfile.encoding=UTF-8; -XX:MaxPermSize=256m" --JvmMs 128 --JvmMx 1024
export CATALINA_OPTS="-Xms128m -Xmx1024m -XX:MaxPermSize=256m"
Copyright © 2010 WANdisco Inc.
All Rights Reserved
This product is protected by copyright and distributed under
licenses restricting copying, distribution and decompilation.
uberSVN 11.8 Build:7270
Last doc build: 14:00 - Tuesday 2nd August 2011