From 8cdeface5457068e3da11f0e0d22f8998be333ed Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 10 Oct 2001 04:47:37 +0000 Subject: [PATCH] Smaller default stack size for now --- include/ldap_pvt_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index 324467c436..dd49969936 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 (2*1024*1024) +#define LDAP_PVT_THREAD_STACK_SIZE (1*1024*1024) #endif LDAP_F( int ) -- 2.39.2