From: Kurt Zeilenga Date: Wed, 26 Sep 2001 02:42:47 +0000 (+0000) Subject: Low stack to 16 MB... this really needs to be tunable X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1054 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b0da28939a597ace719d6845b6a4a2a0e588123;p=openldap Low stack to 16 MB... this really needs to be tunable --- diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index 75d4777e3f..de9a07ce05 100644 --- a/include/ldap_pvt_thread.h +++ b/include/ldap_pvt_thread.h @@ -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 )