You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by be...@apache.org on 2012/08/09 16:43:41 UTC

svn commit: r1371230 - /poi/branches/gsoc2012/build.xml

Author: berlog
Date: Thu Aug  9 14:43:41 2012
New Revision: 1371230

URL: http://svn.apache.org/viewvc?rev=1371230&view=rev
Log:
increased jvm heap size for testing(Xmx256)

Modified:
    poi/branches/gsoc2012/build.xml

Modified: poi/branches/gsoc2012/build.xml
URL: http://svn.apache.org/viewvc/poi/branches/gsoc2012/build.xml?rev=1371230&r1=1371229&r2=1371230&view=diff
==============================================================================
--- poi/branches/gsoc2012/build.xml (original)
+++ poi/branches/gsoc2012/build.xml Thu Aug  9 14:43:41 2012
@@ -632,6 +632,7 @@ under the License.
             <syspropertyset refid="junit.properties"/>
             <jvmarg value="${poi.test.locale}"/>
             <jvmarg value="-ea"/>
+            <jvmarg value="-Xmx256m"/>
             <formatter type="plain"/>
             <batchtest todir="${main.reports.test}">
                 <fileset dir="${main.src.test}">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org