Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
5199cdb5
Commit
5199cdb5
authored
Jan 30, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5721
parent
8ef0dca3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5199cdb5
...
@@ -54,6 +54,7 @@ OpenLDAP 2.4.14 Engineering
...
@@ -54,6 +54,7 @@ OpenLDAP 2.4.14 Engineering
Fixed uuid_create/uuid_unparse_lower detection (ITS#5905)
Fixed uuid_create/uuid_unparse_lower detection (ITS#5905)
Documentation
Documentation
admin24 added limits chapter (ITS#5818)
admin24 added limits chapter (ITS#5818)
slapd-bdb/hdb expansion on dncachesize behavior (ITS#5721)
slapo-constraint(5) example fix (ITS#5895)
slapo-constraint(5) example fix (ITS#5895)
OpenLDAP 2.4.13 Release (2008/11/24)
OpenLDAP 2.4.13 Release (2008/11/24)
...
...
doc/man/man5/slapd-bdb.5
View file @
5199cdb5
...
@@ -148,6 +148,12 @@ will return a different result.
...
@@ -148,6 +148,12 @@ will return a different result.
Specify the maximum number of DNs in the in-memory DN cache. The
Specify the maximum number of DNs in the in-memory DN cache. The
default is twice the \fBcachesize\fP. Ideally this cache should be
default is twice the \fBcachesize\fP. Ideally this cache should be
large enough to contain the DNs of every entry in the database.
large enough to contain the DNs of every entry in the database.
It should be noted that the \fBDN cache\fP is allowed to temporarily
grow beyond the configured size. It does this if many entries are
locked when it tries to do a purge, because that means they're
legitimately in use. Also, the \fBDN cache\fP never purges entries
that have cached children, so depending on the shape of the DIT, it
could have lots of cached DNs over the defined limit.
.TP
.TP
.BI idlcachesize \ <integer>
.BI idlcachesize \ <integer>
Specify the size of the in-memory index cache, in index slots. The
Specify the size of the in-memory index cache, in index slots. The
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment