Increase memory for xmlbean generation, because of failing gump builds.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-05-20 15:11:58 +00:00
parent e39e96ff2f
commit b9a2479f92
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ under the License.
<!-- We need a fair amount of memory to compile the xml schema, -->
<!-- but limit it in case it goes wrong! -->
<!-- Pick the right amount based on 32 vs 64 bit jvm -->
<condition property="ooxml.memory" value="768m" else="512m">
<condition property="ooxml.memory" value="1024m" else="768m">
<equals arg1="${sun.arch.data.model}" arg2="64" />
</condition>