You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/08 07:44:55 UTC

svn commit: r983348 - /gump/metadata/project/poi.xml

Author: bodewig
Date: Sun Aug  8 05:44:55 2010
New Revision: 983348

URL: http://svn.apache.org/viewvc?rev=983348&view=rev
Log:
try a bigger heap size

Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=983348&r1=983347&r2=983348&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Sun Aug  8 05:44:55 2010
@@ -70,7 +70,9 @@
    </project>
 
    <project name="ooxml-schemas" groupId="org.apache.poi">
-      <ant target="compile-ooxml-xsds" />
+      <ant target="compile-ooxml-xsds">
+        <jvmarg value="-Xmx512m"/>
+      </ant>
 
       <depend project="ant" inherit="runtime" />
       <depend project="poi-ooxml-deps"/>