[jbpm-commits] JBoss JBPM SVN: r2162 - jbpm3/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 10 07:20:44 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-10 07:20:44 -0400 (Wed, 10 Sep 2008)
New Revision: 2162

Modified:
   jbpm3/trunk/hudson/hudson-home/command.sh
Log:
[JBPM-1725] Try fix for OOM issue

Modified: jbpm3/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-10 09:36:55 UTC (rev 2161)
+++ jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-10 11:20:44 UTC (rev 2162)
@@ -10,7 +10,7 @@
 DISTRODIR=$JBPMDIR/modules/distribution/target
 
 # Give Maven some more heap
-export MAVEN_OPTS=-Xmx256m
+export MAVEN_OPTS=-Xmx512m
 
 case "$CONTAINER" in
   jboss422*)




More information about the jbpm-commits mailing list