2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add CHANGES and release note for [GL #4038]

Mention that send buffer allocations/deallocations are now routed
through dedicated memory arenas.
This commit is contained in:
Artem Boldariev 2023-08-14 16:17:54 +03:00 committed by Ondřej Surý
parent 01cc7edcca
commit 60d52a49b0
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
6240. [bug] Use dedicated per-worker thread jemalloc memory
arenas for send buffers allocation to reduce memory
consumption and avoid lock contention. [GL #4038]
6239. [func] Deprecate the 'dnssec-must-be-secure' option.
[GL #3700]

View File

@ -68,6 +68,11 @@ Bug Fixes
- The value of :any:`stale-refresh-time` was set to zero after ``rndc flush``.
This has been fixed. :gl:`#4278`
- BIND could consume more memory than it needs. That has been fixed by
using specialised jemalloc memory arenas dedicated to sending buffers. It
allowed us to optimize the process of returning memory pages back to
the operating system. :gl:`#4038`
Known Issues
~~~~~~~~~~~~