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/slf4j-gossip Commit: eea665d77fe164337388fcdff391d8fca3b01789 Parents: f70e22e Author: Karl Heinz Marbaise <khmarba...@apache.org> Authored: Thu May 5 23:11:26 2016 +0200 Committer: Karl Heinz Marbaise <khmarba...@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>