You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/05/05 21:11:48 UTC

maven git commit: Increased memory for forked JVM from 256 to 385m.

Repository: maven
Updated Branches:
  refs/heads/master f70e22ead -> eea665d77


Increased memory for forked JVM from 256 to 385m.


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

Branch: refs/heads/master
Commit: eea665d77fe164337388fcdff391d8fca3b01789
Parents: f70e22e
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Thu May 5 23:11:26 2016 +0200
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Thu May 5 23:11:26 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/eea665d7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4ad6737..544ae45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
-            <argLine>-Xmx256m</argLine>
+            <argLine>-Xmx384m</argLine>
           </configuration>
         </plugin>
         <plugin>