You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/10/15 02:54:06 UTC

svn commit: r825360 - /webservices/juddi/trunk/uddi-tck/pom.xml

Author: tcunning
Date: Thu Oct 15 00:54:05 2009
New Revision: 825360

URL: http://svn.apache.org/viewvc?rev=825360&view=rev
Log:
Add reasonable amount of memory to tomcat JVM args

Modified:
    webservices/juddi/trunk/uddi-tck/pom.xml

Modified: webservices/juddi/trunk/uddi-tck/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck/pom.xml?rev=825360&r1=825359&r2=825360&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-tck/pom.xml (original)
+++ webservices/juddi/trunk/uddi-tck/pom.xml Thu Oct 15 00:54:05 2009
@@ -171,7 +171,7 @@
 						<properties>
 							<cargo.hostname>localhost</cargo.hostname>
 							<cargo.servlet.port>8880</cargo.servlet.port>
-							<cargo.jvmargs>-Xmx128m</cargo.jvmargs>
+							<cargo.jvmargs>-Xms256m -Xmx256m -XX:PermSize=256M -XX:MaxPermSize=256M</cargo.jvmargs>
 						</properties>
 					</configuration>
 				</configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org