2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00

extend gc tweak changelog

This commit is contained in:
Michael Eischer 2023-07-29 12:48:35 +02:00
parent 51e4e5ef82
commit 2a5b6af2e9

View File

@ -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