AIO: Tune the nova scheduler workers down

To optimise memory/cpu usage, we tune the number of
scheduler workers from the default of 8 down to 1.

Depends-On: https://review.openstack.org/590330
Change-Id: Ib09d88b91c4ca1ced83ac3dc0665d3610a8a0332
This commit is contained in:
Jesse Pretorius 2018-08-09 14:35:31 +01:00
parent 963bd85ae2
commit db7d6d440a

View File

@ -72,6 +72,7 @@ nova_api_threads: 1
nova_osapi_compute_workers: 1
nova_conductor_workers: 1
nova_metadata_workers: 1
nova_scheduler_workers: 1
## Neutron
neutron_rpc_workers: 1