2023-06-08 18:02:46 +02:00
|
|
|
Enhancement: Reduce memory usage by up to 25%
|
|
|
|
|
2023-07-29 12:48:35 +02:00
|
|
|
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.
|
2023-07-29 02:30:40 +02:00
|
|
|
|
2023-06-08 18:02:46 +02:00
|
|
|
https://github.com/restic/restic/issues/3328
|
|
|
|
https://github.com/restic/restic/pull/4352
|
|
|
|
https://github.com/restic/restic/pull/4353
|