mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
Update the ant build script so that it correctly sets the maximum amount ofmemory available when running the compileadmin target.
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>