Comment 6 for bug 1646181

Revision history for this message
JB Broccard (jbbroccard) wrote :

I found this in the images.py code. But if that works with ... say multiply by 10:

...
QEMU_IMG_LIMITS = processutils.ProcessLimits(
    cpu_time=2,
    address_space=1 * units.Gi * 10)
...

This still requires to modify thenova code. Is there a way to change it from the outside, like from a parameter in nova.conf?