You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2008/10/08 16:24:01 UTC

svn commit: r702889 - /lucene/java/trunk/common-build.xml

Author: mikemccand
Date: Wed Oct  8 07:24:01 2008
New Revision: 702889

URL: http://svn.apache.org/viewvc?rev=702889&view=rev
Log:
LUCENE-1414: increase max heap size when running unit tests to 512M

Modified:
    lucene/java/trunk/common-build.xml

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=702889&r1=702888&r2=702889&view=diff
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Wed Oct  8 07:24:01 2008
@@ -347,7 +347,7 @@
 
   <target name="test" depends="compile-test" description="Runs unit tests">
     <mkdir dir="${junit.output.dir}"/>
-    <junit printsummary="off" haltonfailure="no"
+    <junit printsummary="off" haltonfailure="no" maxmemory="512M"
       errorProperty="tests.failed" failureProperty="tests.failed">
       <classpath refid="junit.classpath"/>
       <assertions>