#
# Set the Cache Size
#
set_cachesize 0 50000000 2
#
# Set lockers and locks
#
set_lk_max_lockers 100000
set_lk_max_locks 100000
set_lk_max_objects 100000
# 
# Set the log size of 1 MB. Comment out for default of 10 MB
#
#set_lg_max 1048576
#
# Remove the Log AutoRemove Comment if you want to auto delete logs
#
set_flags DB_LOG_AUTOREMOVE
#
# Set the log directory to an alternate directory
#
set_lg_dir ../dblogs
#
#
# Set Verbose Output
#
set_verbose DB_VERB_DEADLOCK
set_verbose DB_VERB_RECOVERY
set_verbose DB_VERB_REPLICATION
set_verbose DB_VERB_WAITSFOR
#
#rep_set_priority 1
#repmgr_site replicant-1.tapetrack.com 5010 
#repmgr_site master.tapetrack.com 5010 db_local_site on db_group_creator on
#
# Optional settings
#
#rep_set_config DB_REP_CONF_BULK on                    
#rep_set_config DB_REP_CONF_AUTOINIT off
#
#rep_set_priority 0
#repmgr_site replicant-1.tapetrack.com 5010 db_local_site on 
#repmgr_site master.tapetrack.com 5010 db_bootstrap_helper on
#rep_set_config DB_REP_CONF_BULK on
