Skip to content
Snippets Groups Projects
Commit 9ee8efb0 authored by Howard Chu's avatar Howard Chu
Browse files

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

parent 56c11f4a
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment