kayobe-config-dev/etc/kayobe/kolla/globals.yml
Mark Goddard 6e7e3ae18c Reduce neutron RPC workers to 1
This should reduce the memory overhead of these processes

Change-Id: I02be84d079f3effe559bd501622642f1c9601b45
2021-02-23 09:23:31 +00:00

11 lines
381 B
YAML

---
# Most development environments will use nested virtualisation, and we can't
# 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"
openstack_service_rpc_workers: "1"