LUCENE-1414: increase max heap size when running unit tests to 512M

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@702889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2008-10-08 14:24:01 +00:00
parent d02bbe2dfd
commit b0e6bac10d
1 changed files with 1 additions and 1 deletions

View File

@ -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>