summaryrefslogtreecommitdiff
path: root/changelog/0.16.0_2023-07-31/issue-3328
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/0.16.0_2023-07-31/issue-3328')
-rw-r--r--changelog/0.16.0_2023-07-31/issue-33289
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog/0.16.0_2023-07-31/issue-3328 b/changelog/0.16.0_2023-07-31/issue-3328
new file mode 100644
index 000000000..a79a4818b
--- /dev/null
+++ b/changelog/0.16.0_2023-07-31/issue-3328
@@ -0,0 +1,9 @@
+Enhancement: Reduce memory usage by up to 25%
+
+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
+https://github.com/restic/restic/pull/4353