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

RE: scope not ok errors on very large databases (ITS#3343)



Ps - Howard, you were right again with the LDAP_PVT_THREAD_STACK_SIZE.

I tried changing the multiple from 4 to 8, and then changed the other variables back to a bit shift of 18 and 19, and rebuilt all of openldap, and this time all of the make tests passed.


I suppose this issue is a matter of balancing the scalability of openldap vs its ability to run on a machine with limited RAM.  I'll add these changes to my notes, and hopefully remember to set them before all future builds. 

Thanks for your expertise! 

Dan

-----Original Message-----
From: Howard Chu [mailto:hyc@symas.com] 
Sent: Wednesday, October 06, 2004 5:03 PM
To: Armbrust, Daniel C.
Cc: openldap-its@OpenLDAP.org
Subject: Re: [JunkMail] RE: scope not ok errors on very large databases (ITS#3343)

Hm.... Would need a gdb stack trace to be sure, but most likely the new 
size is too large for the regular thread stack. You'll need to increase 
the size of LDAP_PVT_THREAD_STACK_SIZE and recompile libldap_r to change 
that, and relink slapd.