You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/10/25 17:46:09 UTC

svn commit: r1188736 - /lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Tue Oct 25 15:46:09 2011
New Revision: 1188736

URL: http://svn.apache.org/viewvc?rev=1188736&view=rev
Log:
Maven Surefire plugin configuration: allow Surefire to use up to 512MB memory.

Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template?rev=1188736&r1=1188735&r2=1188736&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template Tue Oct 25 15:46:09 2011
@@ -437,6 +437,7 @@
           <configuration>
             <reportFormat>plain</reportFormat>
             <workingDirectory>${project.build.directory}/test</workingDirectory>
+            <argLine>-Xmx512M</argLine>
             <systemPropertyVariables>
               <tempDir>.</tempDir>
               <jetty.testMode>1</jetty.testMode>