diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-05-20 15:11:58 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-05-20 15:11:58 +0000 |
commit | b9a2479f920df2313b9c5ddd61335af47ac7ba31 (patch) | |
tree | 9ee6eb94e1f253dcc120a1e75d9a9dbb4e437616 | |
parent | e39e96ff2f4ce25341f17b7f2e8554e772368f0b (diff) | |
download | poi-b9a2479f920df2313b9c5ddd61335af47ac7ba31.tar.gz poi-b9a2479f920df2313b9c5ddd61335af47ac7ba31.zip |
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
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |