mirror of
https://github.com/restic/restic.git
synced 2025-01-05 15:02:56 +00:00
8 lines
265 B
Text
8 lines
265 B
Text
|
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
|