Decrease default thread stack size from 16MB to 2MB

This commit is contained in:
Howard Chu 2002-09-10 03:34:49 +00:00
parent 1dbbccc3fe
commit c72ee9ae1b

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 (16*1024*1024)
#define LDAP_PVT_THREAD_STACK_SIZE (2*1024*1024)
#endif
LDAP_F( int )