From: Howard Chu Date: Wed, 11 Dec 2002 04:35:05 +0000 (+0000) Subject: Bumped stack size up from 2M to 4M, 2M is too small on Solaris X-Git-Tag: NO_SLAP_OP_BLOCKS~694 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9ee8efb025a21c8e7381c206a8210069864fb085;p=openldap Bumped stack size up from 2M to 4M, 2M is too small on Solaris --- diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index c708315ed0..58cb7dd38b 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 (2*1024*1024) +#define LDAP_PVT_THREAD_STACK_SIZE (4*1024*1024) #endif LDAP_F( int )