From be489d013a521d6b80dd8b33f7aadf1bfc9a5700 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 19 Nov 2013 14:16:18 +0000
Subject: [PATCH] CR-2609 Fix for OPENDJ-1182: Admin guide tuning chapter does not recap basic tuning from the release notes

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

diff --git a/opends/src/main/docbkx/admin-guide/chap-tuning.xml b/opends/src/main/docbkx/admin-guide/chap-tuning.xml
index 1c9efcd..0c6c2bb 100644
--- a/opends/src/main/docbkx/admin-guide/chap-tuning.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-tuning.xml
@@ -151,7 +151,14 @@
    of failure. Be sure to list the resources you expect to have, when and how
    long you expect to have them, and why you need them. Also make note of
    what is missing and why.</para>
-   
+
+   <para>
+    In addition to the suggestions in this section, also read the section on
+    <link xlink:href="release-notes#prerequisites-hardware" xlink:show="new"
+    xlink:role="http://docbook.org/xlink/role/olink"><citetitle
+    >Hardware</citetitle></link> in the <citetitle>Release Notes</citetitle>.
+   </para>
+
    <section xml:id="perf-hardware">
     <title>Server Hardware Recommendations</title>
    
@@ -182,6 +189,8 @@
     then the database grows to about twice its initial size on disk. This is
     normal, and due to the way the database manages its logs. The size on disk
     does not impact the DB cache size requirements.</para>
+
+    <xinclude:include href="../shared/para-write-barriers.xml" />
    </section>
   </section>
  </section>
@@ -258,7 +267,9 @@
   you have the right underlying network, hardware, storage, and system
   resources in place, you can tweak OpenDJ performance in a number of ways.
   This section mentions the most common tweaks.</para>
-  
+
+  <xinclude:include href="../shared/sec-prerequisites-file-descriptors.xml" />
+
   <section xml:id="perf-java">
    <title>Java Settings</title>
    

--
Gitblit v1.10.0