Bumped stack size up from 2M to 4M, 2M is too small on Solaris

This commit is contained in:
Howard Chu 2002-12-11 04:35:05 +00:00
parent 56c11f4a13
commit 9ee8efb025

View file

@ -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 )