]> git.sur5r.net Git - openldap/commitdiff
Low stack to 16 MB... this really needs to be tunable
authorKurt Zeilenga <kurt@openldap.org>
Wed, 26 Sep 2001 02:42:47 +0000 (02:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 26 Sep 2001 02:42:47 +0000 (02:42 +0000)
include/ldap_pvt_thread.h

index 75d4777e3fab84692afe68a245d55c040b306457..de9a07ce059bc7f62ca72d8902d1f78222eee53c 100644 (file)
@@ -43,7 +43,7 @@ ldap_pvt_thread_set_concurrency LDAP_P(( int ));
 
 #ifndef LDAP_PVT_THREAD_STACK_SIZE
        /* LARGE stack */
-#define LDAP_PVT_THREAD_STACK_SIZE     (64*1024*1024)
+#define LDAP_PVT_THREAD_STACK_SIZE     (16*1024*1024)
 #endif
 
 LDAP_F( int )