From 85b91bcaabd461d40ca12eb861bd5a43ecc9c4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Steinm=C3=BCller?= Date: Thu, 27 Jun 2019 18:44:04 +0000 Subject: [PATCH] Restrict the number of sahara processes and threads in AIO Change-Id: Id6c2ebd945bb2748facd33421f2cf64ef846185c --- .../roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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 c055afcbc9..ab1b702127 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -167,6 +167,10 @@ octavia_hm_hosts: 172.29.252.100 # br-lbaas IP ## Sahara sahara_api_workers_max: 2 sahara_api_workers: 1 +sahara_wsgi_threads: 1 +sahara_wsgi_processes_max: 2 +sahara_wsgi_processes: 2 +sahara_wsgi_buffer_size: 16384 # NOTE: hpcloud-b4's eth0 uses 10.0.3.0/24, which overlaps with the # lxc_net_address default