aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-08-18 05:57:03 +0000
committerDominik Stadler <centic@apache.org>2015-08-18 05:57:03 +0000
commit025942c21be6752e1410f93259b7f959fd6d08ab (patch)
tree8065843a94653eb9762425b54e6282839ced83c7
parent45a2869d8a2539d0441e84bbbe4e4a7ce251fed5 (diff)
downloadpoi-025942c21be6752e1410f93259b7f959fd6d08ab.tar.gz
poi-025942c21be6752e1410f93259b7f959fd6d08ab.zip
Use more permsize when running ooxml-lite as it seems to reach the default limit now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696359 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b0ce62fff6..eb7e28bd3f 100644
--- a/build.xml
+++ b/build.xml
@@ -1196,6 +1196,7 @@ under the License.
<classpath refid="test.ooxml.classpath"/>
<classpath refid="ooxml.xmlsec.classpath"/>
<syspropertyset refid="junit.properties"/>
+ <jvmarg value="-XX:MaxPermSize=256m"/>
<arg value="-ooxml"/>
<arg value="${ooxml.lite-merged.dir}/ooxml-lite-merged.jar"/>
<arg value="-test"/>