Use only a single worker process

Reduce the control plane's memory footprint by limiting the number of
OpenStack worker processes to one per-service.
This commit is contained in:
Mark Goddard 2018-08-28 16:04:48 +01:00
parent 0859c8e444
commit 5bcad3c90e
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
# guarantee that nested KVM support is available. Use QEMU as a lowest common
# denominator.
nova_compute_virt_type: qemu
# Reduce the control plane's memory footprint by limiting the number of worker
# processes to one per-service.
openstack_service_workers: "1"