From aa816ec8f323e091ddf0094baef470c3a55032d6 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 02 Nov 2007 15:51:41 +0000
Subject: [PATCH] Update the ant build script so that it correctly sets the maximum amount of memory available when running the compileadmin target.

---
 opends/build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index f6a99fe..19d141d 100644
--- a/opends/build.xml
+++ b/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>
 

--
Gitblit v1.10.0