]> git.sur5r.net Git - openldap/commitdiff
Change 2MB stack (which is LinuxThreads default)
authorKurt Zeilenga <kurt@openldap.org>
Fri, 12 Oct 2001 17:39:16 +0000 (17:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 12 Oct 2001 17:39:16 +0000 (17:39 +0000)
include/ldap_pvt_thread.h

index dd49969936f92b8f2079773ed9e29f560b6ee1bb..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     (1*1024*1024)
+#define LDAP_PVT_THREAD_STACK_SIZE     (2*1024*1024)
 #endif
 
 LDAP_F( int )