Add changelog for the optimized tree serialization
This commit is contained in:
parent
4a10ebed15
commit
2ba14160de
1 changed files with 7 additions and 0 deletions
7
changelog/unreleased/pull-3773
Normal file
7
changelog/unreleased/pull-3773
Normal file
|
@ -0,0 +1,7 @@
|
|||
Enhancement: Optimize memory usage for directories with many files
|
||||
|
||||
Backing up a directory with hundred thousands or more files causes restic to
|
||||
require large amounts of memory. We have optimized `backup` command such that
|
||||
it requires up to 30% less memory.
|
||||
|
||||
https://github.com/restic/restic/pull/3773
|
Loading…
Reference in a new issue