From c72ee9ae1b5d61c4a829c12173139035bdb7dc75 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 10 Sep 2002 03:34:49 +0000 Subject: [PATCH] Decrease default thread stack size from 16MB to 2MB --- 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 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 ) -- 2.39.5