From 8849b8b725640e87dc1955b6522b3d5e095af349 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

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

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml b/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
index efeec21..717c79c 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
+++ b/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