Merge pull request #2781 from aawsome/reduce-index-memory

Reduce index memory
This commit is contained in:
MichaelEischer
2020-06-14 10:58:28 +02:00
committed by GitHub
4 changed files with 174 additions and 112 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Reduce memory consumption of in-memory index
We've improved how the index is stored in memory.
This change reduces memory usage for large repositories by about 30-40%.
https://github.com/restic/restic/pull/2781