]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Extend thread stack to 4MB
authorKurt Zeilenga <kurt@openldap.org>
Thu, 12 Dec 2002 00:06:16 +0000 (00:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 12 Dec 2002 00:06:16 +0000 (00:06 +0000)
include/ldap_pvt_thread.h

index 025360d3faef33936b741efeb46078c8e2c987b6..27c90e6c61a68fcb8f4ff696907fcf39ebdbf950 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     (2*1024*1024)
+#define LDAP_PVT_THREAD_STACK_SIZE     (4*1024*1024)
 #endif
 
 LDAP_F( int )