mirror of
https://github.com/apache/lucene.git
synced 2025-02-17 23:45:09 +00:00
write less to jtidy ant tasks bytearray output (thats the real problem) to see if it prevents OOM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1402212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7879fb80dc
commit
7b80e3f377
@ -276,8 +276,6 @@
|
||||
<equals arg1="${ant.java.version}" arg2="1.7"/>
|
||||
<equals arg1="${ant.java.version}" arg2="1.8"/>
|
||||
</or>
|
||||
<!-- TODO: Fix this! For now only run this on 64bit, because jTIDY OOMs with default heap size: -->
|
||||
<contains string="${os.arch}" substring="64"/>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
@ -1580,6 +1578,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
||||
<nested/>
|
||||
<parameter name="input-encoding" value="UTF-8" />
|
||||
<parameter name="only-errors" value="true" />
|
||||
<parameter name="show-warnings" value="false" />
|
||||
</tidy>
|
||||
<delete dir="${common.dir}/build/jtidy_tmp" quiet="true"/>
|
||||
</sequential>
|
||||
|
Loading…
x
Reference in New Issue
Block a user