Raise qemu-img memory limit to 2 GiB

The current value is insufficient for modern images. A similar change to IPA:
https://review.opendev.org/c/openstack/ironic-python-agent/+/778035

Change-Id: Ia1535b375d2cec467011c7456da84b5811ba48dd
This commit is contained in:
Dmitry Tantsur 2021-05-18 14:21:30 +02:00
parent 0de9626e92
commit df9a2e85a5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ opts = [
help='Maximum number of attempts to try to read the '
'partition.'),
cfg.IntOpt('image_convert_memory_limit',
default=1024,
default=2048,
help='Memory limit for "qemu-img convert" in MiB. Implemented '
'via the address space resource limit.'),
cfg.IntOpt('image_convert_attempts',