]> git.sur5r.net Git - openldap/commitdiff
4MB per thread may be too big on some systems, set to 2MB for now
authorKurt Zeilenga <kurt@openldap.org>
Fri, 5 Oct 2001 18:18:43 +0000 (18:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 5 Oct 2001 18:18:43 +0000 (18:18 +0000)
include/ldap_pvt_thread.h

index 5a20fc44cec17fb3fe4e7b750888892cb88bf4ac..324467c436265cc0a4e459ebc4746dee0ca36b08 100644 (file)
@@ -43,7 +43,7 @@ ldap_pvt_thread_set_concurrency LDAP_P(( int ));
 
 #ifndef LDAP_PVT_THREAD_STACK_SIZE
        /* larger stack */
-#define LDAP_PVT_THREAD_STACK_SIZE     (4*1024*1024)
+#define LDAP_PVT_THREAD_STACK_SIZE     (2*1024*1024)
 #endif
 
 LDAP_F( int )