From 9ee8efb025a21c8e7381c206a8210069864fb085 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 11 Dec 2002 04:35:05 +0000 Subject: [PATCH] Bumped stack size up from 2M to 4M, 2M is too small on Solaris --- 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 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 ) -- 2.39.5