You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/12/09 03:51:51 UTC

[13/30] git commit: add more memory too

add more memory too


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b3a91ebe
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/b3a91ebe
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/b3a91ebe

Branch: refs/heads/slf4j-logback
Commit: b3a91ebe35e5c6adbbe1a7d1f960e4c8b72347af
Parents: 971f1cf
Author: olivier lamy <ol...@apache.org>
Authored: Mon Dec 3 13:45:24 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Mon Dec 3 13:45:24 2012 +0100

----------------------------------------------------------------------
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/b3a91ebe/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 72a6a88..3a6d030 100644
--- a/build.xml
+++ b/build.xml
@@ -247,7 +247,7 @@ Do you want to continue?</input>
   </target>
 
   <target name="maven-compile" depends="compile-boot,process-classes" description="compiles Maven using the bootstrap Maven, skipping automated tests">
-    <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true" timeout="600000">
+    <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true" timeout="600000" maxmemory="512">
       <!--jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/-->
       <classpath refid="maven.classpath" />
       <arg value="${maven.debug}" />