Updated Branches: refs/heads/master 971f1cf74 -> b3a91ebe3
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/master Commit: b3a91ebe35e5c6adbbe1a7d1f960e4c8b72347af Parents: 971f1cf Author: olivier lamy <[email protected]> Authored: Mon Dec 3 13:45:24 2012 +0100 Committer: olivier lamy <[email protected]> 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}" />
