add prune memory optimization changelog

This commit is contained in:
Michael Eischer 2022-08-28 12:41:22 +02:00
parent 68c9cb9c6a
commit 1e2794fa55
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Enhancement: Optimize prune memory usage
The prune command requires large amounts of memory to determine what to keep and what to remove. That step has been optimized to use up to 30% less memory.
https://github.com/restic/restic/pull/3899