]> source.dussan.org Git - poi.git/commitdiff
increase heap size for ooxml compilation again, because of failing (gradle?) builds
authorAndreas Beeker <kiwiwings@apache.org>
Tue, 30 May 2017 13:57:42 +0000 (13:57 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Tue, 30 May 2017 13:57:42 +0000 (13:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796868 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 5e1cd8f0e4a8e739b17de335bc70281309ecb45f..ee36f08f5c74b669a6fc7b560543c26d054e600e 100644 (file)
--- 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>