mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
add changelog for memory efficient prune
This commit is contained in:
parent
3c7b7efdc9
commit
436afbff23
1 changed files with 7 additions and 0 deletions
7
changelog/unreleased/pull-4354
Normal file
7
changelog/unreleased/pull-4354
Normal file
|
@ -0,0 +1,7 @@
|
|||
Enhancement: Significantly reduce prune memory usage
|
||||
|
||||
Prune 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
|
Loading…
Reference in a new issue