Author: kiwiwings
Date: Sat May 20 15:11:58 2017
New Revision: 1795661

URL: http://svn.apache.org/viewvc?rev=1795661&view=rev
Log:
Increase memory for xmlbean generation, because of failing gump builds.

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1795661&r1=1795660&r2=1795661&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat May 20 15:11:58 2017
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to