From c07045b0b62052aaeb1026a9dce01bea1d73c3f5 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 6 Jan 2006 03:55:59 +0000 Subject: [PATCH] Document cachefree option added in 2.3.14 --- doc/man/man5/slapd-bdb.5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index 0452ee5067..85d3b890f3 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -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 \ +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 \ \ Specify the frequency for checkpointing the database transaction log. A checkpoint operation flushes the database buffers to disk and writes -- 2.39.5