From d8edbde98675cc54c2d0c26eda2de22198799b53 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 25 Jun 2015 15:07:50 +0000
Subject: [PATCH] CR-7389 OPENDJ-2140 Clarify FIFO entry cache max-memory-percent
---
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml
index e997196..3a89114 100644
--- a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml
+++ b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml
@@ -23,6 +23,7 @@
!
!
! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Portions Copyright 2015 ForgeRock AS.
! -->
<adm:managed-object name="fifo-entry-cache"
plural-name="fifo-entry-caches" package="org.forgerock.opendj.server.config"
@@ -92,9 +93,15 @@
</adm:property>
<adm:property name="max-memory-percent">
<adm:synopsis>
- Specifies the maximum memory usage for the entry cache as a percentage of
- the total JVM memory.
+ Specifies the maximum percentage of JVM memory used by the server
+ before the entry caches stops caching and begins purging itself.
</adm:synopsis>
+ <adm:description>
+ Very low settings such as 10 or 20 (percent) can prevent this entry cache
+ from having enough space to hold any of the entries to cache,
+ making it appear that the server is ignoring or skipping
+ the entry cache entirely.
+ </adm:description>
<adm:default-behavior>
<adm:defined>
<adm:value>90</adm:value>
--
Gitblit v1.10.0