mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 14:53:13 -05:00
Add dncachesize
This commit is contained in:
parent
8b27523e4c
commit
7dc9fd9a04
1 changed files with 5 additions and 0 deletions
|
|
@ -107,6 +107,11 @@ results if the data comes from a transaction that is later aborted.
|
|||
In this case, the modified data is discarded and a subsequent search
|
||||
will return a different result.
|
||||
.TP
|
||||
.BI dncachesize \ <integer>
|
||||
Specify the maximum number of DNs in the in-memory DN cache. The
|
||||
default is twice the \fBcachesize\fP. Ideally this cache should be
|
||||
large enough to contain the DNs of every entry in the database.
|
||||
.TP
|
||||
.BI idlcachesize \ <integer>
|
||||
Specify the size of the in-memory index cache, in index slots. The
|
||||
default is zero. A larger value will speed up frequent searches of
|
||||
|
|
|
|||
Loading…
Reference in a new issue