summaryrefslogtreecommitdiffstats
path: root/roles/common-LDAP/files/var/lib/ldap/fripost/DB_CONFIG
blob: c7072dcbb0a2050143e9481fa2285bd5b745b39b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# It may be a good idea to modify this file, depending on the output of
#
#   db_stat -mh /var/lib/ldap/fripost | head -16
#
# (For optimal performance, the Requested pages found in the cache
# should be above 95%, and the dirty/clean pages forced from the cache
# should be 0.)
#
# and
#
#   db_stat -ch /var/lib/ldap/fripost | head -16
#
# (For optimal performance, usage should be within 85% of the configured
# values.)
#
set_cachesize 0 5242880 1
# 5MB cachesize, allow defragmentation
set_lk_max_objects 1500
set_lk_max_locks 1500
set_lk_max_lockers 1500