Merge "Increase cpu limit for image conversion"
This commit is contained in:
commit
62b69b51aa
@ -69,7 +69,7 @@ CONF = cfg.CONF
|
|||||||
CONF.register_opts(image_opts)
|
CONF.register_opts(image_opts)
|
||||||
|
|
||||||
QEMU_IMG_LIMITS = processutils.ProcessLimits(
|
QEMU_IMG_LIMITS = processutils.ProcessLimits(
|
||||||
cpu_time=8,
|
cpu_time=30,
|
||||||
address_space=1 * units.Gi)
|
address_space=1 * units.Gi)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user