restic/changelog/unreleased/pull-4354
2024-07-23 00:51:57 +02:00

7 lines
281 B
Text

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