From 72c341c56c6a8f0846284fa392c5a96b63df7f69 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 03 Jul 2013 11:49:32 +0000
Subject: [PATCH] Mention -XX:+UseCompressedOops for use with updated JE

---
 opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml b/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
index b923303..4340c9d 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
@@ -228,6 +228,13 @@
      >OPENDJ-371</link>, <link xlink:show="new"
      xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-662"
      >OPENDJ-662</link>).</para>
+
+     <para>With the new version, explicitly use the Java setting
+     <option>-XX:+UseCompressedOops</option> to improve performance, even if
+     the setting is enabled by default in recent versions of the Java runtime
+     environment. To apply JVM settings for your server, edit
+     <filename>config/java.properties</filename>, and apply the changes with
+     the <command>dsjavaproperties</command> command.</para>
     </listitem>
     <listitem>
      <para>More OpenDJ tools now prompt for a bind password when none is

--
Gitblit v1.10.0