From ad538a4677b2acebc4b0968907c801172faa2d47 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 30 Oct 2009 22:51:47 +0000
Subject: [PATCH] Fix for issue 4326 (Allow setup of a Server without Data suffix)

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

diff --git a/opends/build.xml b/opends/build.xml
index 9c1896e..cdb865f 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -32,7 +32,7 @@
   </description>
 
   <!-- Build JVM properties -->
-  <property name="MEM" value="256M"/>
+  <property name="MEM" value="768M"/>
 
   <!-- Build OpenDMK properties -->
   <property file="build.properties"/>

--
Gitblit v1.10.0