Skip to content
Snippets Groups Projects
Commit c07045b0 authored by Howard Chu's avatar Howard Chu
Browse files

Document cachefree option added in 2.3.14

parent e82ce644
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment