You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by jh...@apache.org on 2009/04/20 21:28:32 UTC

svn commit: r766820 - /gump/metadata/project/hudson.xml

Author: jhm
Date: Mon Apr 20 19:28:31 2009
New Revision: 766820

URL: http://svn.apache.org/viewvc?rev=766820&view=rev
Log:
Try more memory for Hudson

Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=766820&r1=766819&r2=766820&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Mon Apr 20 19:28:31 2009
@@ -26,8 +26,9 @@
   <project name="hudson-core">
     <mvn separateLocalRepository="true" basedir="hudson">
       <!-- Try to avoid the 'java.lang.OutOfMemoryError: Java heap space' -->
-      <jvmarg value="-Xmx512m"/>
-      <jvmarg value="-XX:MaxPermSize=128m"/>
+      <jvmarg value="-Xmx1024m"/>
+      <jvmarg value="-Xms1024m"/>
+      <jvmarg value="-XX:MaxPermSize=512m"/>
     </mvn>
     <!-- not sure about having the build-date like 'hudson-@@DATE@@.war' -->
     <jar name="hudson/main/war/target/hudson.war" id="hudson"/>