From 3821a037bb6287665ae1a19c87a6495b30e31f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 3 Dec 2024 10:19:17 +0100 Subject: [PATCH] Add release note for GL #4986 --- doc/notes/notes-9.21.3.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/notes/notes-9.21.3.rst b/doc/notes/notes-9.21.3.rst index 53d21561e9..d9e3d843e4 100644 --- a/doc/notes/notes-9.21.3.rst +++ b/doc/notes/notes-9.21.3.rst @@ -170,6 +170,8 @@ Bug Fixes - Fix a race condition when canceling ADB find which could cause an assertion failure. :gl:`#5024` +- Fix doubled memory usage during incoming zone transfer. :gl:`#4986` + - SERVFAIL cache memory cleaning is now more aggressive; it no longer consumes a lot of memory if the server encounters many SERVFAILs at once. :gl:`#5025`