From db7d6d440aef86b706b2c63d12b8ed15cba9eed8 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 9 Aug 2018 14:35:31 +0100 Subject: [PATCH] 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 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index 75bd997910..7a5bddba01 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -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