]> source.dussan.org Git - poi.git/commitdiff
Increase memory for xmlbean generation, because of failing gump builds.
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 20 May 2017 15:11:58 +0000 (15:11 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 20 May 2017 15:11:58 +0000 (15:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795661 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 4df378eb892debe2d7e66d4780deba1c8d97a1ea..aa945c68ddb7bfacc00e40a024540dcb5c6a47cb 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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>