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

Lock table is out of available object errors



Hello everyone,

I'm running OpenLDAP 2.2.17 on Red Hat AS 3.0 and when trying to modify
a user and give him 300 values for a specific attribute (I know, it
sounds ridiculous, but there is a reason), slapd crashed with the
following error: 

bdb(dc=uta,dc=edu): Lock table is out of available object entries

Adding some lines to the DB_CONFIG fixed it but I'm not sure what they
mean.  Can someone explain these to me:

set_lk_max_locks 2000
set_lk_max_lockers 2000
set_lk_max_objects 2000

-- DK