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

neil_a_wilson
02.51.2007 c8ff8da2d8542e878d788fbb589c026d9e4beef8
Update the ant build script so that it correctly sets the maximum amount of
memory available when running the compileadmin target.
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/build.xml 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -1771,6 +1771,7 @@
      <arg value="${ant.file}" />
      <arg value="-quiet" />
      <arg value="compileadminsubtask" />
      <env key="ANT_OPTS" value="-Xmx${MEM}" />
    </exec>
  </target>