You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by rm...@apache.org on 2010/03/22 16:42:30 UTC

svn commit: r926145 - /lucene/solr/branches/newtrunk/solr/build.xml

Author: rmuir
Date: Mon Mar 22 15:42:30 2010
New Revision: 926145

URL: http://svn.apache.org/viewvc?rev=926145&view=rev
Log:
prevent useless gc in tests, using the value from lucene

Modified:
    lucene/solr/branches/newtrunk/solr/build.xml

Modified: lucene/solr/branches/newtrunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/newtrunk/solr/build.xml?rev=926145&r1=926144&r2=926145&view=diff
==============================================================================
--- lucene/solr/branches/newtrunk/solr/build.xml (original)
+++ lucene/solr/branches/newtrunk/solr/build.xml Mon Mar 22 15:42:30 2010
@@ -394,6 +394,7 @@
     <property name="dir.prop" value=""/>
     <junit printsummary="no"
            haltonfailure="no"
+           maxmemory="512M"
            errorProperty="tests.failed"
            failureProperty="tests.failed"
            dir="src/test/test-files/"