From a9b31a7fd6f665f10673721758e5dedc025135c7 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 18 Jan 2007 02:00:47 +0000
Subject: [PATCH] Update the build script to temporarily allow up to 256MB of memory for the JVM used to run the unit tests. Also, re-enable the JMX and search filter test cases that had been disabled.
---
opends/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 9d430ef..1da3e19 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -923,8 +923,8 @@
<jvmarg value="-Demma.coverage.out.merge=false" />
<jvmarg value="-Dorg.opends.server.BuildRoot=${basedir}" />
<jvmarg value="-Dorg.opends.test.suppressOutput=${org.opends.test.suppressOutput}" />
- <jvmarg value="-Xmx${MEM}" />
<jvmarg value="-Xms${MEM}" />
+ <jvmarg value="-Xmx256M" />
<xmlfileset dir="${unittest.resource.dir}" includes="testng.xml" />
</testng>
--
Gitblit v1.10.0