]> source.dussan.org Git - poi.git/commitdiff
increased jvm heap size for testing(Xmx256) gsoc2012 gsoc2012
authorEvgeniy Berlog <berlog@apache.org>
Thu, 9 Aug 2012 14:43:41 +0000 (14:43 +0000)
committerEvgeniy Berlog <berlog@apache.org>
Thu, 9 Aug 2012 14:43:41 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1371230 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 4c519e1133c7278fa48a7f2f41c59c1bc22db44b..b90e1615c5826530ea9db3258cfa4e37727bc2da 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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}">