AIO: Tune down the glance uwsgi processes
Glance now uses uwsgi and we've forgotten to tune it down to limit the number of resources it uses in the AIO. We now do that. Change-Id: I0bab4ce44d04ede43e41b948d9b5c808e6bff448
This commit is contained in:
parent
db7d6d440a
commit
dc0788dab3
@ -61,6 +61,9 @@ glance_api_threads_max: 2
|
||||
glance_api_threads: 1
|
||||
glance_api_workers: 1
|
||||
glance_registry_workers: 1
|
||||
glance_wsgi_threads: 1
|
||||
glance_wsgi_processes_max: 2
|
||||
glance_wsgi_processes: 2
|
||||
|
||||
## Nova
|
||||
nova_wsgi_threads: 1
|
||||
|
Loading…
Reference in New Issue
Block a user