summaryrefslogtreecommitdiff
path: root/source4/setup/DB_CONFIG
blob: 3198e17b14809588f7d2c3d4b8ffbaacd867b898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Set the database in memory cache size.
#
set_cachesize   0       524288        0


#
# Set database flags (this is a test environment, we don't need to fsync()).
#		
set_flags       DB_TXN_NOSYNC

#
 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