mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-5533 Adjust -Xms to try to prevent memory fragmentation problem on AIX/Java1.4
X-SVN-Rev: 21362
This commit is contained in:
parent
d06d379617
commit
2b81494c23
1 changed files with 5 additions and 5 deletions
10
build.xml
10
build.xml
|
@ -658,7 +658,7 @@
|
|||
<java classname="com.ibm.icu.dev.test.TestAll" fork="yes" failonerror="true">
|
||||
<!-- enable assertion checks -->
|
||||
<jvmarg value="-ea"/>
|
||||
<jvmarg value="-Xms96m"/>
|
||||
<jvmarg value="-Xms128m"/>
|
||||
<jvmarg value="-Xmx128m"/>
|
||||
<arg value="-n"/>
|
||||
<classpath>
|
||||
|
@ -686,7 +686,7 @@
|
|||
<java classname="com.ibm.icu.dev.test.TestAll" fork="yes" failonerror="true">
|
||||
<!-- enable assertion checks -->
|
||||
<jvmarg value="-ea"/>
|
||||
<jvmarg value="-Xms96m"/>
|
||||
<jvmarg value="-Xms128m"/>
|
||||
<jvmarg value="-Xmx128m"/> <!-- set the max heap size to 128m -->
|
||||
<arg value="-n"/>
|
||||
<arg value="-e10"/>
|
||||
|
@ -1364,7 +1364,7 @@
|
|||
<java classname="TestDefaultPackageLoading" fork="yes" failonerror="true">
|
||||
<!-- enable assertion checks -->
|
||||
<jvmarg value="-ea"/>
|
||||
<jvmarg value="-Xms96m"/>
|
||||
<jvmarg value="-Xms128m"/>
|
||||
<jvmarg value="-Xmx128m"/>
|
||||
<arg value="-n"/>
|
||||
<classpath>
|
||||
|
@ -1912,7 +1912,7 @@
|
|||
<target name="runCheck" depends="init,tests">
|
||||
<java classname="com.ibm.icu.dev.test.TestAll" fork="yes" failonerror="true">
|
||||
<jvmarg value="-ea"/>
|
||||
<jvmarg value="-Xms96m"/>
|
||||
<jvmarg value="-Xms128m"/>
|
||||
<jvmarg value="-Xmx128m"/>
|
||||
<arg value="-n"/>
|
||||
<classpath>
|
||||
|
@ -1927,7 +1927,7 @@
|
|||
|
||||
<target name="eclipseRunCheck" depends="init,eclipseTests">
|
||||
<java classname="com.ibm.icu.dev.test.TestAll" fork="yes" failonerror="true">
|
||||
<jvmarg value="-Xms96m"/>
|
||||
<jvmarg value="-Xms128m"/>
|
||||
<jvmarg value="-Xmx128m"/>
|
||||
<arg value="-n"/>
|
||||
<classpath>
|
||||
|
|
Loading…
Add table
Reference in a new issue