2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +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:
Ondřej Surý
2021-05-10 15:13:46 +02:00
committed by Ondřej Surý
parent ee6e540004
commit 3713a38689

View File

@@ -40,7 +40,7 @@
#include "uv-compat.h" #include "uv-compat.h"
#define ISC_NETMGR_QUANTUM_DEFAULT 128 #define ISC_NETMGR_QUANTUM_DEFAULT 1024
#define ISC_NETMGR_TID_UNKNOWN -1 #define ISC_NETMGR_TID_UNKNOWN -1