mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
3451. [port] Increase per thread stack size from 64K to 1M.
[RT #32230]
This commit is contained in:
parent
49503f1d9f
commit
c359f7b10f
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
|||||||
|
3451. [port] Increase per thread stack size from 64K to 1M.
|
||||||
|
[RT #32230]
|
||||||
|
|
||||||
3450. [bug] Stop logfileconfig system test spam system logs.
|
3450. [bug] Stop logfileconfig system test spam system logs.
|
||||||
[RT #32315]
|
[RT #32315]
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <isc/util.h>
|
#include <isc/util.h>
|
||||||
|
|
||||||
#ifndef THREAD_MINSTACKSIZE
|
#ifndef THREAD_MINSTACKSIZE
|
||||||
#define THREAD_MINSTACKSIZE (64U * 1024)
|
#define THREAD_MINSTACKSIZE (1024U * 1024)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user