# # Set the database in memory cache size. # set_cachesize 0 52428800 0 # # Set database flags. # This flag tells the database not to immediately flush transaction # buffers to disk. Setting this flag can help speed up database access # during periods of database write activity. # #set_flags DB_TXN_NOSYNC # # Set log values. # set_lg_regionmax 1048576 set_lg_max 10485760 set_lg_bsize 2097152 set_lg_dir /var/lib/ldap # # Set temporary file creation directory. # set_tmp_dir /tmp