Merge pull request #2599 from MichaelEischer/tweak-mem-usage

Reduce memory usage when searching for used blobs
This commit is contained in:
Alexander Neumann
2020-08-01 13:49:02 +02:00
committed by GitHub
6 changed files with 54 additions and 30 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Slightly reduce memory usage of prune and stats commands
The prune and the stats command kept directory identifiers in memory twice
while searching for used blobs.
https://github.com/restic/restic/pull/2599