mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
07.56.2011 9475a35e4652c932574ba9ef920893f49a9593ec
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.
1 files modified
12 ■■■■■ changed files
opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml 12 ●●●●● patch | view | raw | blame | history
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>