[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Lock table is out of available object errors
- To: Openldap-Software <openldap-software@OpenLDAP.org>
- Subject: Lock table is out of available object errors
- From: Digant C Kasundra <digant@uta.edu>
- Date: Mon, 20 Dec 2004 16:58:46 -0600
- Organization: The University of Texas at Arlington
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