mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
07.36.2006 1dc9b4fab994adc6cc57d4bd94c02e4e069b76fa
Update the build script to explicitly set the amount of memory available to the
JVM used to run the TestNG unit tests.
1 files modified
2 ■■■■■ changed files
opends/build.xml 2 ●●●●● patch | view | raw | blame | history
opends/build.xml
@@ -688,6 +688,8 @@
      <jvmarg  value="-Demma.coverage.out.file=${coverage.data.dir}/coverage.emma" />
      <jvmarg value="-Demma.coverage.out.merge=false" />
      <jvmarg value="-Dorg.opends.server.BuildRoot=${basedir}" />
      <jvmarg value="-Xmx${MEM}" />
      <jvmarg value="-Xms${MEM}" />
      <xmlfileset dir="${unittest.resource.dir}" includes="testng.xml" />
    </testng>