cinder/cinder/backup
Gorka Eguileor 94db15dd3b ChunkedBackupDriver: Freeing memory on restore
When restoring many backups, the backup service uses a lot of memory and
when we do many concurrent restores the backup service ends up getting
killed becase the system runs out of memory.

This patch reduces the ref count to the data as soon as possible to let
Python garbage collect it instead of hogging it for the whole chunk
restore.

Related-Bug: #1865011
Change-Id: I942d9d8b3976232ae1cf82b698fb27285fbef13a
(cherry picked from commit 69462315bc)
2020-03-05 15:31:22 +00:00
..
drivers Merge "Support Incremental Backup Completion In RBD" 2019-09-06 16:25:51 +00:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
chunkeddriver.py ChunkedBackupDriver: Freeing memory on restore 2020-03-05 15:31:22 +00:00
driver.py Remove BackupDriverWithVerify class 2019-05-14 23:19:13 +03:00
manager.py Merge "Rename volume/utils.py to volume/volume_utils.py" 2019-09-12 16:12:49 +00:00
rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00