From: Kurt Zeilenga Date: Fri, 5 Oct 2001 18:18:43 +0000 (+0000) Subject: 4MB per thread may be too big on some systems, set to 2MB for now X-Git-Tag: OPENLDAP_REL_ENG_2_0_16~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3810193200264c4bca3535630fab7b2d1477c2;p=thirdparty%2Fopenldap.git 4MB per thread may be too big on some systems, set to 2MB for now --- diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index 5a20fc44ce..324467c436 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 /* larger stack */ -#define LDAP_PVT_THREAD_STACK_SIZE (4*1024*1024) +#define LDAP_PVT_THREAD_STACK_SIZE (2*1024*1024) #endif LDAP_F( int )