mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Bump the netmgr quantum to 1024
During the stress testing, it was discovered that the default netmgr quantum of 128 is not enough and there was a performance drop for TCP on FreeBSD. Bumping the default quantum to 1024 solves the performance issue and is still enough to prevent the endless loops.
This commit is contained in:
parent
ee6e540004
commit
3713a38689
@ -40,7 +40,7 @@
|
||||
|
||||
#include "uv-compat.h"
|
||||
|
||||
#define ISC_NETMGR_QUANTUM_DEFAULT 128
|
||||
#define ISC_NETMGR_QUANTUM_DEFAULT 1024
|
||||
|
||||
#define ISC_NETMGR_TID_UNKNOWN -1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user