2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00
restic/changelog/0.15.0_2023-01-12/pull-3899

7 lines
243 B
Plaintext
Raw Normal View History

Enhancement: Optimize prune memory usage
2023-01-08 14:34:30 +00:00
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