mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
#
|
|
# Set the database in memory cache size.
|
|
#
|
|
set_cachesize 0 524288 0
|
|
|
|
#
|
|
# Set log values.
|
|
#
|
|
set_lg_regionmax 104857
|
|
set_lg_max 1048576
|
|
set_lg_bsize 209715
|
|
set_lg_dir ${LDAPDBDIR}/bdb-logs
|
|
|
|
#
|
|
# Set temporary file creation directory.
|
|
#
|
|
set_tmp_dir ${LDAPDBDIR}/tmp
|