Merge "Bump prlimit cpu time for qemu-img from 2 to 8"

This commit is contained in:
Jenkins
2017-03-13 11:44:51 +00:00
committed by Gerrit Code Review

View File

@@ -58,7 +58,7 @@ CONF = cfg.CONF
CONF.register_opts(image_helper_opts)
QEMU_IMG_LIMITS = processutils.ProcessLimits(
cpu_time=2,
cpu_time=8,
address_space=1 * units.Gi)
# NOTE(abhishekk): qemu-img convert command supports raw, qcow2, qed,