We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836f203 commit ff1ddfdCopy full SHA for ff1ddfd
build.xml
@@ -274,7 +274,7 @@
274
<target name="itest-ner" depends="classpath,compile,models.classpath"
275
description="NER related slow itests">
276
<echo message="${ant.project.name}" />
277
- <junit fork="yes" maxmemory="10g" printsummary="off" outputtoformatters="false" forkmode="perTest" haltonfailure="no"
+ <junit fork="yes" maxmemory="8g" printsummary="off" outputtoformatters="false" forkmode="perTest" haltonfailure="no"
278
haltonerror="no" failureproperty="test.failed" errorproperty="test.failed">
279
<classpath refid="classpath"/>
280
<classpath refid="models.classpath"/>
0 commit comments