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

abobrov
08.04.2007 7c4996b4e66d530297b06cc60654b99e633b5251
- [Issue 2086]  FifoEntryCache should be the default cache:
shuffle FIFO and Soft Reference entry cache positions and their respective cache levels so that FIFO becomes the first choice.
1 files modified
20 ■■■■ changed files
opends/resource/config/config.ldif 20 ●●●● patch | view | raw | blame | history
opends/resource/config/config.ldif
@@ -492,24 +492,24 @@
objectClass: ds-cfg-branch
cn: Entry Caches
dn: cn=Soft Reference,cn=Entry Caches,cn=config
objectClass: top
objectClass: ds-cfg-entry-cache
objectClass: ds-cfg-soft-reference-entry-cache
cn: Soft Reference
ds-cfg-enabled: false
ds-cfg-cache-level: 1
ds-cfg-java-class: org.opends.server.extensions.SoftReferenceEntryCache
dn: cn=FIFO,cn=Entry Caches,cn=config
objectClass: top
objectClass: ds-cfg-entry-cache
objectClass: ds-cfg-fifo-entry-cache
cn: FIFO
ds-cfg-enabled: false
ds-cfg-cache-level: 2
ds-cfg-cache-level: 1
ds-cfg-java-class: org.opends.server.extensions.FIFOEntryCache
dn: cn=Soft Reference,cn=Entry Caches,cn=config
objectClass: top
objectClass: ds-cfg-entry-cache
objectClass: ds-cfg-soft-reference-entry-cache
cn: Soft Reference
ds-cfg-enabled: false
ds-cfg-cache-level: 2
ds-cfg-java-class: org.opends.server.extensions.SoftReferenceEntryCache
dn: cn=File System,cn=Entry Caches,cn=config
objectClass: top
objectClass: ds-cfg-entry-cache