From 2330bb74752cbd42dd764d6e09d6b3fbd9faf4a5 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Fri, 12 Oct 2001 17:39:16 +0000
Subject: [PATCH] Change 2MB stack (which is LinuxThreads default)

---
 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 dd49969936..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	(1*1024*1024)
+#define LDAP_PVT_THREAD_STACK_SIZE	(2*1024*1024)
 #endif
 
 LDAP_F( int ) 
-- 
GitLab