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

Re: Connections timing out to OpenLDAP server



On 8/19/05, Quanah Gibson-Mount <quanah@stanford.edu> wrote:

> > Everything else is either schema, index or ACL-related.  I am not
> > specifically setting cachesize or idlcachesize.  Actually, I can't
> > even find those mentioned in slapd.conf(5)...
> 
> They are specific to the BDB backend.  See:
> 
> man slapd-bdb(5)
> 
> If you aren't setting them, that will affect your system's performance.

Ah.  The only thing I'm setting from those options is several "index"
entries.  Anything in particular you recommend I experiment with?
 
> I also don't see your DB_CONFIG file anywhere here...

I didn't know it existed before today.  As I haven't manipulated it,
it's at the (Debian) defaults.  The only values it appears the Debian
maintainer manipulated are these ones:

set_cachesize   0       2097152
set_lg_bsize    524288
set_lk_max_objects      5000
set_lk_max_locks        5000
set_lk_max_lockers      5000

-Ben