components/bind/patches/15975687.increase-stack-size.patch
branchs11u1-sru
changeset 2476 a8b64d3a690a
equal deleted inserted replaced
2475:4aa61c6345a6 2476:a8b64d3a690a
       
     1 --- a/lib/isc/pthreads/thread.c
       
     2 +++ b/lib/isc/pthreads/thread.c
       
     3 @@ -25,7 +25,7 @@
       
     4  #include <isc/util.h>
       
     5  
       
     6  #ifndef THREAD_MINSTACKSIZE
       
     7 -#define THREAD_MINSTACKSIZE		(64U * 1024)
       
     8 +#define THREAD_MINSTACKSIZE		(1024U * 1024)
       
     9  #endif
       
    10  
       
    11  isc_result_t
       
    12