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

(ITS#3081



Followup information...

Upgraded to OpenLDAP 2.1.29 and Berkeley DB 4.2.52.  Still experiencing LDAP add operation timeouts, however, fewer occurrances over the same time period.  Again, no errors/warnings reported by slapd.  With the exact same behavior seen with the prior versions of software, I am assuming that the issue is still basically that the indexing of a new entry taking too long.

With indexing a possible issue, I have posted to the software list to get information about the configured sizes for the following directives:
#define BDB_IDL_DB_SIZE     (1<<16) /* 64K IDL on disk */
#define BDB_IDL_UM_SIZE     (1<<17) /* 128K IDL in memory */

What these values mean to indexing, and should they be tuned for my particular large DB deployment.