From c4bfbbc9e48ec9949bf083e714cd3850433f4ccb Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 13 Jun 2008 11:01:21 +0000
Subject: [PATCH] Fix for issue 3328 (Server is started with options "-client -Xms8m" when started by status-panel)
---
opends/src/server/org/opends/server/util/SetupUtils.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/SetupUtils.java b/opends/src/server/org/opends/server/util/SetupUtils.java
index 15499d0..83af11b 100644
--- a/opends/src/server/org/opends/server/util/SetupUtils.java
+++ b/opends/src/server/org/opends/server/util/SetupUtils.java
@@ -62,6 +62,11 @@
public static final String OPENDS_JAVA_HOME = "OPENDS_JAVA_HOME";
/**
+ * Specific environment variable used by the scripts to set java arguments.
+ */
+ public static final String OPENDS_JAVA_ARGS = "OPENDS_JAVA_ARGS";
+
+ /**
* Java property used to know which are the jar files that must be downloaded
* lazily. The current code in WebStartDownloader that uses this property
* assumes that the URL are separated with an space.
--
Gitblit v1.10.0