author | tomas.jedlicka <tomas.jedlicka@oracle.com> |
Wed, 16 Jan 2013 17:18:21 +0100 | |
branch | s11-update |
changeset 2467 | 879b00be0487 |
parent 2466 | eb7ef6f14e6a |
child 2468 | ac31ae1adcff |
components/bind/patches/15975687.increase-stack-size.patch | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/bind/patches/15975687.increase-stack-size.patch Wed Jan 16 17:18:21 2013 +0100 @@ -0,0 +1,12 @@ +--- a/lib/isc/pthreads/thread.c ++++ b/lib/isc/pthreads/thread.c [email protected]@ -25,7 +25,7 @@ + #include <isc/util.h> + + #ifndef THREAD_MINSTACKSIZE +-#define THREAD_MINSTACKSIZE (64U * 1024) ++#define THREAD_MINSTACKSIZE (1024U * 1024) + #endif + + isc_result_t +