Merge "Keystone uwsgi performance tuning"

This commit is contained in:
Jenkins 2016-06-07 03:15:47 +00:00 committed by Gerrit Code Review
commit bf69182dc2
3 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@ Start or restart HTTPD to pick up the new configuration.
Now configure and start the uwsgi services. Copy the
`httpd/keystone-uwsgi-admin.ini` and `httpd/keystone-uwsgi-public.ini` files to
`/etc/keystone`. Update the files to match your system configuration (for
example, you'll want to set the number of threads for the public and admin
servers).
example, you'll want to set the number of processes and threads for the public
and admin servers).
Start up the keystone servers using uwsgi::

View File

@ -14,7 +14,7 @@ master = true
enable-threads = true
# Tune this to your environment.
threads = 4
processes = 4
# uwsgi recommends this to prevent thundering herd on accept.
thunder-lock = true

View File

@ -14,7 +14,7 @@ master = true
enable-threads = true
# Tune this to your environment.
threads = 4
processes = 4
# uwsgi recommends this to prevent thundering herd on accept.
thunder-lock = true