mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
3451. [port] Increase per thread stack size from 64K to 1M.
[RT #32230]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user