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:
parent
963bd85ae2
commit
db7d6d440a
@ -72,6 +72,7 @@ nova_api_threads: 1
|
|||||||
nova_osapi_compute_workers: 1
|
nova_osapi_compute_workers: 1
|
||||||
nova_conductor_workers: 1
|
nova_conductor_workers: 1
|
||||||
nova_metadata_workers: 1
|
nova_metadata_workers: 1
|
||||||
|
nova_scheduler_workers: 1
|
||||||
|
|
||||||
## Neutron
|
## Neutron
|
||||||
neutron_rpc_workers: 1
|
neutron_rpc_workers: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user