components/bind/patches/15975687.increase-stack-size.patch
branchs11u1-sru
changeset 2906 1318926af737
parent 2900 f35da5ae7fdf
child 2907 b70f4f71f1b5
equal deleted inserted replaced
2900:f35da5ae7fdf 2906:1318926af737
     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