Author: centic
Date: Tue Aug 18 05:57:03 2015
New Revision: 1696359

URL: http://svn.apache.org/r1696359
Log:
Use more permsize when running ooxml-lite as it seems to reach the default 
limit now

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1696359&r1=1696358&r2=1696359&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Aug 18 05:57:03 2015
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to