mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Okay, fully revert commit before last.
This commit is contained in:
parent
28668bfa62
commit
c521e21946
@ -38,23 +38,22 @@ manual page.
|
|||||||
Specify the size in entries of the in-memory cache maintained
|
Specify the size in entries of the in-memory cache maintained
|
||||||
by the BDB backend database instance.
|
by the BDB backend database instance.
|
||||||
The default is 1000 entries.
|
The default is 1000 entries.
|
||||||
.\" .TP
|
.TP
|
||||||
.\" Undocumented option, should use DB_CONFIG instead
|
.B checkpoint <kbyte> <min>
|
||||||
.\" .B checkpoint <kbyte> <min>
|
Specify the frequency for checkpointing the database transaction log.
|
||||||
.\" Specify the frequency for checkpointing the database transaction log.
|
A checkpoint operation flushes the database buffers to disk and writes
|
||||||
.\" A checkpoint operation flushes the database buffers to disk and writes
|
a checkpoint record in the log.
|
||||||
.\" a checkpoint record in the log.
|
The checkpoint will occur if either <kbyte> data has been written or
|
||||||
.\" The checkpoint will occur if either <kbyte> data has been written or
|
<min> minutes have passed since the last checkpoint.
|
||||||
.\" <min> minutes have passed since the last checkpoint.
|
Both arguments default to zero, in which case they are ignored.
|
||||||
.\" Both arguments default to zero, in which case they are ignored.
|
See the Berkeley DB reference guide for more details.
|
||||||
.\" See the Berkeley DB reference guide for more details.
|
.TP
|
||||||
.\" .TP
|
.B dbnosync
|
||||||
.\" Undocumented option, should use DB_CONFIG instead
|
Specify that on-disk database contents should not be immediately
|
||||||
.\" .B dbnosync
|
synchronized with in memory changes.
|
||||||
.\" Specify that on-disk database contents should not be immediately
|
Enabling this option may improve performance at the expense of data
|
||||||
.\" synchronized with in memory changes.
|
security.
|
||||||
.\" Enabling this option may improve performance at the expense of data
|
See the Berkeley DB reference guide for more details.
|
||||||
.\" security.
|
|
||||||
.TP
|
.TP
|
||||||
.B directory <directory>
|
.B directory <directory>
|
||||||
Specify the directory where the BDB files containing this database and
|
Specify the directory where the BDB files containing this database and
|
||||||
|
Loading…
Reference in New Issue
Block a user