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/messages/messages/tools.properties |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 35c5456..5363148 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2193,3 +2193,31 @@
 INFO_INSTALLDS_PROMPT_SKIPPED_FILE_1484=Write skipped entries to file:
 SEVERE_ERR_INSTALLDS_TOO_MANY_KEYSTORE_PASSWORD_TRIES_1485=The maximum number \
  of tries to provide the certificate key store PIN is %s.  Install canceled
+INFO_JAVAPROPERTIES_TOOL_DESCRIPTION_1486=Updates the script files to use the \
+ java binary and java arguments specified in the properties file (%s by \
+ default).  To specify the java binary and the java arguments that must be \
+ used to run the different command-lines (or the server in the case of the %s \
+ command-line) you must edit the properties file
+INFO_JAVAPROPERTIES_DESCRIPTION_SILENT_1487=Run the tool in quiet mode.  Quiet \
+ mode will not output progress information to standard output
+INFO_JAVAPROPERTIES_DESCRIPTION_PROPERTIES_FILE_1488=The properties file to \
+ be used to generate the scripts.  If this attribute is not specified %s will \
+ be used
+INFO_JAVAPROPERTIES_DESCRIPTION_DESTINATION_FILE_1489=The script file that \
+ will be written.  If not specified %s will be written
+INFO_JAVAPROPERTIES_DESCRIPTION_HELP_1490=Display this usage information
+SEVERE_ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE_1491=The file properties "%s" \
+ cannot be read.  Check that it exists and that you have read rights to it
+SEVERE_ERR_JAVAPROPERTIES_WITH_DESTINATION_FILE_1492=The destination file "%s" \
+ cannot be written.  Check that you have right reads to it
+SEVERE_ERR_JAVAPROPERTIES_WRITING_DESTINATION_FILE_1493=The destination file \
+ "%s" cannot be written.  Check that you have right reads to it
+INFO_JAVAPROPERTIES_SUCCESSFUL_NON_DEFAULT_1494=The script file %s was \
+ successfully created.  For the command-lines to use the java properties \
+ specified on %s you must copy the created script file to %s
+INFO_JAVAPROPERTIES_SUCCESSFUL_1495=The script files were successfully \
+ updated.  The OpenDS command-line utilities will use the java properties \
+ specified on the properties file %s
+INFO_DESCRIPTION_TEST_IF_OFFLINE_1496=When this is set test if the command \
+ must be run in offline or online mode, returning the appropriate error code
+ 

--
Gitblit v1.10.0