From 2a5b6af2e9cb8edccc9ff13a480d7ca8c3973224 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 29 Jul 2023 12:48:35 +0200 Subject: [PATCH] extend gc tweak changelog --- changelog/unreleased/issue-3328 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/unreleased/issue-3328 b/changelog/unreleased/issue-3328 index c20ca7ffe..a79a4818b 100644 --- a/changelog/unreleased/issue-3328 +++ b/changelog/unreleased/issue-3328 @@ -1,6 +1,8 @@ Enhancement: Reduce memory usage by up to 25% -The in-memory index has been optimized to be more GC friendly. +The in-memory index has been optimized to be more garbage collection friendly. +Restic now defaults to `GOGC=50` to run the Go garbage collector more +frequently. https://github.com/restic/restic/issues/3328 https://github.com/restic/restic/pull/4352