source: vendor/current/source4/setup/DB_CONFIG

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 423 bytes
Line 
1# set 32MiB, single-segment cache
2set_cachesize 0 33554432 1
3
4# set transaction log autoremoval; disable if you use them for backups
5set_flags DB_LOG_AUTOREMOVE
6
7# these should be left at default for most installs
8set_lg_max 10485760
9set_lg_bsize 2097152
10
11set_lg_dir ${LDAPDBDIR}/bdb-logs
12
13# tmp_dir stuff is not used by OpenLDAP
14#set_tmp_dir ${LDAPDBDIR}/tmp
Note: See TracBrowser for help on using the repository browser.