mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
Enhancement: Optimize prune memory usage
|
|
|
|
The `prune` command needs large amounts of memory in order to determine what to
|
|
keep and what to remove. This is now optimized to use up to 30% less memory.
|
|
|
|
https://github.com/restic/restic/pull/3899
|