2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 23:28:32 +00:00
2024-07-26 11:28:55 +02:00

8 lines
281 B
Plaintext

Enhancement: Significantly reduce `prune` memory usage
The `prune` command has been optimized to use up to 60% less memory.
The memory usage should now be roughly similar to creating a backup.
https://github.com/restic/restic/pull/4354
https://github.com/restic/restic/pull/4812