Author: kiwiwings
Date: Tue May 30 13:57:42 2017
New Revision: 1796868
URL: http://svn.apache.org/viewvc?rev=1796868&view=rev
Log:
increase heap size for ooxml compilation again, because of failing (gradle?)
builds
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1796868&r1=1796867&r2=1796868&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue May 30 13:57:42 2017
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]