mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Low stack to 16 MB... this really needs to be tunable
This commit is contained in:
parent
5f4d8a71e6
commit
7b0da28939
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user