ICU-5801 Set Java initial/max heap size in secureCheck target to prevent OOM error.
X-SVN-Rev: 22647
This commit is contained in:
parent
19015854f1
commit
2db1af71bc
@ -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"/> -->
|
||||
|
Loading…
Reference in New Issue
Block a user