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/"


Reply via email to