From e70a937b3fd4a7da5540370c8acbc9fe62dc3b80 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 5 Sep 2023 17:57:18 +0200 Subject: [PATCH] Add CHANGES placeholder for [GL #4255] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index a8d92f29b5..e7d8cef2a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6241. [placeholder] + 6240. [bug] Use dedicated per-worker thread jemalloc memory arenas for send buffers allocation to reduce memory consumption and avoid lock contention. [GL #4038]