[jboss-cvs] JBossAS SVN: r98916 - trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Dec 23 10:36:36 EST 2009
Author: jason.greene at jboss.com
Date: 2009-12-23 10:36:36 -0500 (Wed, 23 Dec 2009)
New Revision: 98916
Modified:
trunk/build.sh
Log:
Our build likes memory. Add a sizable Xmx so that it does not have to be specified every time you build
Modified: trunk/build.sh
===================================================================
--- trunk/build.sh 2009-12-23 15:33:42 UTC (rev 98915)
+++ trunk/build.sh 2009-12-23 15:36:36 UTC (rev 98916)
@@ -18,6 +18,9 @@
# Ignore user's MAVEN_HOME if it is set
MAVEN_HOME=""
+MAVEN_OPTS="$MAVEN_OPTS -Xmx512M"
+export MAVEN_OPTS
+
# the default search path for maven
MAVEN_SEARCH_PATH="\
tools
More information about the jboss-cvs-commits
mailing list