aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2017-05-30 13:57:42 +0000
committerAndreas Beeker <kiwiwings@apache.org>2017-05-30 13:57:42 +0000
commit4e57326803ebf9febc5e01a6c1129948121ad171 (patch)
tree428234672ce45bdb5aeb60a22897c70bc098e7dc /build.xml
parentf9dfa07143d4a744f33b34522bdf44d9fa80f636 (diff)
downloadpoi-4e57326803ebf9febc5e01a6c1129948121ad171.tar.gz
poi-4e57326803ebf9febc5e01a6c1129948121ad171.zip
increase heap size for ooxml compilation again, because of failing (gradle?) builds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796868 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5e1cd8f0e4..ee36f08f5c 100644
--- a/build.xml
+++ b/build.xml
@@ -778,7 +778,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="1024m" else="768m">
+ <condition property="ooxml.memory" value="1536m" else="1024m">
<equals arg1="${sun.arch.data.model}" arg2="64" />
</condition>