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

Mark Craig
25.07.2015 d8edbde98675cc54c2d0c26eda2de22198799b53
CR-7389 OPENDJ-2140 Clarify FIFO entry cache max-memory-percent
1 files modified
11 ■■■■ changed files
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/FIFOEntryCacheConfiguration.xml 11 ●●●● patch | view | raw | blame | history
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>