Skip to content

Commit ff1ddfd

Browse files
committed
reduce RAM for NER test
1 parent 836f203 commit ff1ddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<target name="itest-ner" depends="classpath,compile,models.classpath"
275275
description="NER related slow itests">
276276
<echo message="${ant.project.name}" />
277-
<junit fork="yes" maxmemory="10g" printsummary="off" outputtoformatters="false" forkmode="perTest" haltonfailure="no"
277+
<junit fork="yes" maxmemory="8g" printsummary="off" outputtoformatters="false" forkmode="perTest" haltonfailure="no"
278278
haltonerror="no" failureproperty="test.failed" errorproperty="test.failed">
279279
<classpath refid="classpath"/>
280280
<classpath refid="models.classpath"/>

0 commit comments

Comments
 (0)