components/bind/patches/15975687.increase-stack-size.patch
branchs11-update
changeset 2898 36ec5a71d659
parent 2896 b798978a2c60
child 2901 5096530f204e
equal deleted inserted replaced
2896:b798978a2c60 2898:36ec5a71d659
     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