Increase memory for xmlbean generation, because of failing gump builds.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2d2aa5196a
commit
390444a3be
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user