]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Fix CPU spikes and slow queries when cache approaches memory limit
authorOndřej Surý <ondrej@isc.org>
Tue, 5 May 2026 11:10:30 +0000 (13:10 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:32:15 +0000 (13:32 +0200)
commit2e7e9f51dbc847b46994715dc68a209e1023d1aa
tree40c90a6217fd5ae487441328b17ac5d19a064da7
parent21c8ba4f0bfe6f0b74681e0373022736d69cb596
parent24ac3392d99bf2d22976290f76ddad4317597349
chg: usr: Fix CPU spikes and slow queries when cache approaches memory limit

Spread cache cleanup probabilistically to avoid CPU usage
spikes and a drop in query throughput.

Closes isc-projects/bind9#5891

Merge branch '5891-improve-overmem-cleaning' into 'security-main'

See merge request isc-private/bind9!1002