From 06caa17978c473cc1a7bd7d2ed5eed36cdd99bd8 Mon Sep 17 00:00:00 2001
From: chebrard <chebrard@localhost>
Date: Wed, 25 Feb 2009 10:49:01 +0000
Subject: [PATCH] Fix 3798: Unable to use more than 50% of machine memory for server
---
opends/resource/bin/_script-util.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/resource/bin/_script-util.sh b/opends/resource/bin/_script-util.sh
index bca7b44..40e8ebc 100644
--- a/opends/resource/bin/_script-util.sh
+++ b/opends/resource/bin/_script-util.sh
@@ -303,7 +303,7 @@
OPT_CHECK_VERSION=""
fi
# Launch the CheckInstance process.
- "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} -DINSTANCE_ROOT=${INSTANCE_ROOT} org.opends.server.tools.configurator.CheckInstance --currentUser ${CURRENT_USER} ${OPT_CHECK_VERSION}
+ "${OPENDS_JAVA_BIN}" ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} -DINSTANCE_ROOT=${INSTANCE_ROOT} org.opends.server.tools.configurator.CheckInstance --currentUser ${CURRENT_USER} ${OPT_CHECK_VERSION}
# return part
RETURN_CODE=$?
if [ ${RETURN_CODE} -ne 0 ]
--
Gitblit v1.10.0