mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:01:08 +00:00
changelog: Add release date for 0.8.2
This commit is contained in:
12
changelog/0.8.2_2018-02-17/pull-1584
Normal file
12
changelog/0.8.2_2018-02-17/pull-1584
Normal file
@@ -0,0 +1,12 @@
|
||||
Enhancement: Limit index file size
|
||||
|
||||
Before, restic would create a single new index file on `prune` or
|
||||
`rebuild-index`, this may lead to memory problems when this huge index is
|
||||
created and loaded again. We're now limiting the size of the index file, and
|
||||
split newly created index files into several smaller ones. This allows restic
|
||||
to be more memory-efficient.
|
||||
|
||||
https://github.com/restic/restic/pull/1584
|
||||
https://github.com/restic/restic/issues/1412
|
||||
https://github.com/restic/restic/issues/979
|
||||
https://github.com/restic/restic/issues/526
|
Reference in New Issue
Block a user