From bbadcb75d4629441e73ea04782ae2c5decf64fe3 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 17 Dec 2007 10:43:53 +0000
Subject: [PATCH] 2730: New - The setup command should perform some basic memory tuning Note: this issue is not fully covered by the proposed modifications but all that is missing in order to fix it is to figure out which are the default memory values that we want to propose in the setup.
---
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 38a226d..428caec 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1784,7 +1784,8 @@
{
// This isn't likely to happen, and it's not a serious problem even if
// it does.
- SetupUtils.writeSetOpenDSJavaHome(getInstallationPath(), false);
+ InstallerHelper helper = new InstallerHelper();
+ helper.writeSetOpenDSJavaHome(getInstallationPath());
} catch (Exception e) {
LOG.log(Level.WARNING, "Error writing OpenDS Java Home file: "+e, e);
}
--
Gitblit v1.10.0