From 7b0da28939a597ace719d6845b6a4a2a0e588123 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 26 Sep 2001 02:42:47 +0000 Subject: [PATCH] Low stack to 16 MB... this really needs to be tunable --- 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 75d4777e3f..de9a07ce05 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 (64*1024*1024) +#define LDAP_PVT_THREAD_STACK_SIZE (16*1024*1024) #endif LDAP_F( int ) -- 2.39.5