From: Howard Chu Date: Tue, 10 Sep 2002 03:34:49 +0000 (+0000) Subject: Decrease default thread stack size from 16MB to 2MB X-Git-Tag: NO_SLAP_OP_BLOCKS~992 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c72ee9ae1b5d61c4a829c12173139035bdb7dc75;p=openldap Decrease default thread stack size from 16MB to 2MB --- diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index 4989cb4b73..025360d3fa 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 (16*1024*1024) +#define LDAP_PVT_THREAD_STACK_SIZE (2*1024*1024) #endif LDAP_F( int )