Skip to content
Snippets Groups Projects
Commit b8008343 authored by Vincent Breitmoser's avatar Vincent Breitmoser
Browse files

add note that the affinity package is required for the cpu_affinity setting

parent 1032393d
No related branches found
No related tags found
No related merge requests found
...@@ -201,6 +201,8 @@ class ServerConfig(Config): ...@@ -201,6 +201,8 @@ class ServerConfig(Config):
# different cores. See # different cores. See
# https://www.mirantis.com/blog/improve-performance-python-programs-restricting-single-cpu/. # https://www.mirantis.com/blog/improve-performance-python-programs-restricting-single-cpu/.
# #
# This setting requires the affinity package to be installed!
#
# cpu_affinity: 0xFFFFFFFF # cpu_affinity: 0xFFFFFFFF
# Whether to serve a web client from the HTTP/HTTPS root resource. # Whether to serve a web client from the HTTP/HTTPS root resource.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment