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 14:45:34 UTC

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

Author: bodewig
Date: Sun Aug  8 12:45:34 2010
New Revision: 983405

URL: http://svn.apache.org/viewvc?rev=983405&view=rev
Log:
half a Gig is not enough?

Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=983405&r1=983404&r2=983405&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Sun Aug  8 12:45:34 2010
@@ -71,7 +71,8 @@
 
    <project name="ooxml-schemas" groupId="org.apache.poi">
       <ant target="compile-ooxml-xsds">
-        <jvmarg value="-Xmx512m"/>
+        <jvmarg value="-Xmx1024m"/>
+        <sysproperty name="ant.build.clonevm" value="true"/>
       </ant>
 
       <depend project="ant" inherit="runtime" />