]> git.sur5r.net Git - openldap/commitdiff
Decrease default thread stack size from 16MB to 2MB
authorHoward Chu <hyc@openldap.org>
Tue, 10 Sep 2002 03:34:49 +0000 (03:34 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 10 Sep 2002 03:34:49 +0000 (03:34 +0000)
include/ldap_pvt_thread.h

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