[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#6034) Assert failure - connection_state_closing / send_ldap_ber / slap_send_search_entry / syncprov_sendresp



Hi

Further to this - please note that we know the dbconfig values in the  
config files are tiny - we use a DB_CONFIG file to override those,  
created before the ldap database is initialised.

On master:
set_cachesize 0 268435456 1
set_lg_regionmax 262144
set_lg_bsize 2097152
set_lk_max_objects 5000
set_lk_max_locks 5000
set_lk_max_lockers 5000

On clients:
set_cachesize 0 16777216 0
set_lk_max_objects 1500
set_lk_max_locks 1500
set_lk_max_lockers 1500

Oskar