mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Document cachefree option added in 2.3.14
This commit is contained in:
parent
e82ce6444c
commit
c07045b0b6
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ Specify the size in entries of the in-memory entry cache maintained
|
|||
by the \fBbdb\fP or \fBhdb\fP backend database instance.
|
||||
The default is 1000 entries.
|
||||
.TP
|
||||
.BI cachefree \ <integer>
|
||||
Specify the number of entries to free from the entry cache when the
|
||||
cache reaches the \fBcachesize\fP limit.
|
||||
The default is 1 entry.
|
||||
.TP
|
||||
.BI checkpoint \ <kbyte>\ <min>
|
||||
Specify the frequency for checkpointing the database transaction log.
|
||||
A checkpoint operation flushes the database buffers to disk and writes
|
||||
|
|
|
|||
Loading…
Reference in a new issue