ICU-5801 Set Java initial/max heap size in secureCheck target to prevent OOM error.

X-SVN-Rev: 22647
This commit is contained in:
Yoshito Umaoka 2007-09-10 18:27:48 +00:00
parent 19015854f1
commit 2db1af71bc

View File

@ -745,6 +745,7 @@
<target name="secureCheck" depends="secure" description="run secure (applet-like) icu4j test suite">
<java classname="com.ibm.icu.dev.test.TestAll" fork="yes" failonerror="true">
<jvmarg line="${test.jvm.args}"/>
<!-- jvmarg value="-verbose"/ -->
<!-- (use for debugging, LOTS of output) <jvmarg value="-Djava.security.debug=access:trace"/ -->
<!-- <jvmarg value="-Djava.security.debug=access:failure,domain"/> -->