2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00
restic/changelog/0.14.0_2022-08-25/pull-3773

8 lines
312 B
Plaintext
Raw Normal View History

Enhancement: Optimize memory usage for directories with many files
2022-08-23 23:21:01 +00:00
Backing up a directory with hundreds of thousands or more files caused restic
to require large amounts of memory. We've now optimized the `backup` command
such that it requires up to 30% less memory.
https://github.com/restic/restic/pull/3773