[jboss-cvs] JBossAS SVN: r110563 - trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 8 10:35:19 EST 2011
Author: smcgowan at redhat.com
Date: 2011-02-08 10:35:19 -0500 (Tue, 08 Feb 2011)
New Revision: 110563
Modified:
trunk/build.sh
Log:
increase Java heap and perm gen for mvn
Modified: trunk/build.sh
===================================================================
--- trunk/build.sh 2011-02-08 14:51:01 UTC (rev 110562)
+++ trunk/build.sh 2011-02-08 15:35:19 UTC (rev 110563)
@@ -18,7 +18,7 @@
# Ignore user's MAVEN_HOME if it is set
M2_HOME=""
-MAVEN_OPTS="$MAVEN_OPTS -Xmx512M"
+MAVEN_OPTS="$MAVEN_OPTS -Xmx700M -XX:MaxPermSize=512M"
export MAVEN_OPTS
# the default search path for maven
More information about the jboss-cvs-commits
mailing list