increased jvm heap size for testing(Xmx256)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1371230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5a2cd5eb5
commit
2b621a8b58
@ -632,6 +632,7 @@ under the License.
|
|||||||
<syspropertyset refid="junit.properties"/>
|
<syspropertyset refid="junit.properties"/>
|
||||||
<jvmarg value="${poi.test.locale}"/>
|
<jvmarg value="${poi.test.locale}"/>
|
||||||
<jvmarg value="-ea"/>
|
<jvmarg value="-ea"/>
|
||||||
|
<jvmarg value="-Xmx256m"/>
|
||||||
<formatter type="plain"/>
|
<formatter type="plain"/>
|
||||||
<batchtest todir="${main.reports.test}">
|
<batchtest todir="${main.reports.test}">
|
||||||
<fileset dir="${main.src.test}">
|
<fileset dir="${main.src.test}">
|
||||||
|
Loading…
Reference in New Issue
Block a user