From: Ondřej Surý Date: Wed, 22 Jan 2025 13:14:40 +0000 (+0000) Subject: fix: usr: Apply the memory limit only to ADB database items X-Git-Tag: v9.21.5~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0673568c170cb7af5468481861ed98108b618a22;p=thirdparty%2Fbind9.git fix: usr: Apply the memory limit only to ADB database items Resolver under heavy-load could exhaust the memory available for storing the information in the Address Database (ADB) effectively evicting already stored information in the ADB. The memory used to retrieve and provide information from the ADB is now not a subject of the same memory limits that are applied for storing the information in the Address Database. Closes #5127 Merge branch '5127-change-ADB-memory-split' into 'main' See merge request isc-projects/bind9!9954 --- 0673568c170cb7af5468481861ed98108b618a22