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

Mark Craig
06.33.2011 4b9012d31232c581855b71df8dd7c97145814266
Align doc with change in r6973.
1 files modified
8 ■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml 8 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/src/main/docbkx/install-guide/chap-jvm-opts.xml
@@ -85,12 +85,12 @@
 <indexterm><primary>Database cache settings</primary></indexterm>
 <para>The database cache is 10% by default. The cache should be larger in
 production. For example, with a 2 GB JVM heap and 500 MB devoted to new gen,
 let the database cache use 1 GB.</para>
 <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:50</screen>
>$ dsconfig -n set-backed-prop --backend-name userRoot --set db-cache-percent:60</screen>
</chapter>