From 790d52e149b896c7578b2ac365e1b1549a21ed8a Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 30 Jan 2012 15:05:35 +0000
Subject: [PATCH] Clarify confusing explanation of what -XX:MaxTenuringThreshold=1 does

---
 opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
index efeec21..717c79c 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
@@ -286,8 +286,8 @@
     <varlistentry>
      <term><option>-XX:MaxTenuringThreshold=1</option></term>
      <listitem>
-      <para>OpenDJ does not create medium lifetime objects, only transient
-      objects, and long lived objects.</para>
+      <para>Force OpenDJ to create only objects that have either a short
+      lifetime, or a long lifetime.</para>
      </listitem>
     </varlistentry>
     <varlistentry>

--
Gitblit v1.10.0