2022-08-28 12:41:22 +02:00
|
|
|
Enhancement: Optimize prune memory usage
|
|
|
|
|
2023-01-08 15:34:30 +01:00
|
|
|
The `prune` command needs large amounts of memory in order to determine what to
|
|
|
|
keep and what to remove. This is now optimized to use up to 30% less memory.
|
2022-08-28 12:41:22 +02:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3899
|