From e33aef4e3939c4cef32bef2dfca484afdcfe2c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 21 Apr 2022 14:19:39 +0200 Subject: [PATCH] Add CHANGES entry for GL #3287 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index cd40e020da..242cbe79df 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5866. [bug] Work around a jemalloc quirk which could trigger an + out-of-memory condition in named over time. [GL #3287] + 5865. [func] Make statistics channel and control channel listen on a single network manager thread. [GL !6032]