Merge "Increase Apache thread limit for keystone"

This commit is contained in:
Zuul 2021-11-23 13:32:15 +00:00 committed by Gerrit Code Review
commit b7681df869
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ repo_nginx_threads: 2
keystone_httpd_mpm_start_servers: 2
keystone_httpd_mpm_min_spare_threads: 1
keystone_httpd_mpm_max_spare_threads: 2
keystone_httpd_mpm_thread_limit: 2
keystone_httpd_mpm_thread_child: 1
keystone_httpd_mpm_thread_limit: 15
keystone_httpd_mpm_thread_child: 5
keystone_wsgi_threads: 1
keystone_wsgi_processes_max: 2