diff options
author | Evgeniy Berlog <berlog@apache.org> | 2012-08-09 14:43:41 +0000 |
---|---|---|
committer | Evgeniy Berlog <berlog@apache.org> | 2012-08-09 14:43:41 +0000 |
commit | 5087a2a1ce2e08404bb483fd56a1c26556f6f5fa (patch) | |
tree | 4d65a733501972ebbf267743d9d023bfe4433615 | |
parent | effa9bbef0853d8e20a95ea75a5adfd210375d75 (diff) | |
download | poi-5087a2a1ce2e08404bb483fd56a1c26556f6f5fa.tar.gz poi-5087a2a1ce2e08404bb483fd56a1c26556f6f5fa.zip |
increased jvm heap size for testing(Xmx256)gsoc2012
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1371230 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}"> |