mirror of
https://github.com/octoleo/restic.git
synced 2024-11-27 07:16:40 +00:00
restore: reduce memory usage
This commit is contained in:
parent
2b50c2606c
commit
a23cb3a428
@ -161,6 +161,8 @@ func (r *fileRestorer) restoreFiles(ctx context.Context) error {
|
||||
file.blobs = packsMap
|
||||
}
|
||||
}
|
||||
// drop no longer necessary file list
|
||||
r.files = nil
|
||||
|
||||
wg, ctx := errgroup.WithContext(ctx)
|
||||
downloadCh := make(chan *packInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user