From 7f712c7fd5f8151fb83ef1a61bb07aa93576e7c9 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 07 Jun 2011 07:56:08 +0000
Subject: [PATCH] After discussion with Matt, remove mention of DB cache % tuning in the install guide, as the default of 50# is now appropriate for most deployments.

---
 opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml b/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml
index 1cb35d9..578176b 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml
@@ -30,7 +30,7 @@
  xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
- <title>Tuning JVM and Cache Options</title>
+ <title>Tuning JVM Options</title>
 
  <para>By default, OpenDJ installs with options appropriate for evaluation, not
  for production.</para>
@@ -82,15 +82,5 @@
    </listitem>
   </varlistentry>
  </variablelist>
-
- <indexterm><primary>Database cache settings</primary></indexterm>
-
- <para>The database cache is 50% by default. The cache setting is appropriate
- for many production environments, yet you can change the setting. For example,
- the following example increases the database cache size to 60%.</para>
- 
- <screen width='80'
->$ dsconfig -n set-backed-prop --backend-name userRoot --set db-cache-percent:60</screen>
-
 </chapter>
 

--
Gitblit v1.10.0