From: Ondřej Surý Date: Mon, 10 May 2021 13:13:46 +0000 (+0200) Subject: Bump the netmgr quantum to 1024 X-Git-Tag: v9.17.13~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3713a38689950d597b48e94e8077057b5edc3d89;p=thirdparty%2Fbind9.git 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. --- diff --git a/lib/isc/netmgr/netmgr-int.h b/lib/isc/netmgr/netmgr-int.h index e532b014cc0..f45116ae417 100644 --- a/lib/isc/netmgr/netmgr-int.h +++ b/lib/isc/netmgr/netmgr-int.h @@ -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