mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 08:23:35 -05:00
Decrease default thread stack size from 16MB to 2MB
This commit is contained in:
parent
1dbbccc3fe
commit
c72ee9ae1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (16*1024*1024)
|
||||
#define LDAP_PVT_THREAD_STACK_SIZE (2*1024*1024)
|
||||
#endif
|
||||
|
||||
LDAP_F( int )
|
||||
|
|
|
|||
Loading…
Reference in a new issue