Merge "Increase cpu limit for image conversion"

This commit is contained in:
Zuul 2019-11-22 05:36:55 +00:00 committed by Gerrit Code Review
commit 62b69b51aa
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ CONF = cfg.CONF
CONF.register_opts(image_opts)
QEMU_IMG_LIMITS = processutils.ProcessLimits(
cpu_time=8,
cpu_time=30,
address_space=1 * units.Gi)