6e7e3ae18c
This should reduce the memory overhead of these processes Change-Id: I02be84d079f3effe559bd501622642f1c9601b45
11 lines
381 B
YAML
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"
|