From c2ed72a324152c96d3a86586f772cac519310be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 7 Jan 2022 15:35:13 +0100 Subject: [PATCH] Add release note for GL #2398 and GL #3048 Related: !5620 Fix the isc_hp initialization and memory usage Related: !5646 Reduce freemax values for dns_message mempools --- doc/notes/notes-current.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e851af92e3..79ddbdbdea 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -43,6 +43,9 @@ Feature Changes ``tls ephemeral`` configuration using the RSA algorithm with 4096-bit keys. This has been changed to the ECDSA P-256 algorithm. :gl:`#2264` +- Overall memory use by ``named`` has been optimized and reduced, + especially on systems with many CPU cores. :gl:`#2398` :gl:`#3048` + Bug Fixes ~~~~~~~~~