diff options
author | Vincent Breitmoser <look@my.amazin.horse> | 2018-06-09 22:50:29 +0200 |
---|---|---|
committer | Vincent Breitmoser <look@my.amazin.horse> | 2018-06-09 22:50:29 +0200 |
commit | b800834351f3f15c9de4996b18149a7e8cae0c34 (patch) | |
tree | 43566ec1aa141a68e6ab35f97bca048ba5d27fab /synapse | |
parent | Merge tag 'v0.31.1' (diff) | |
download | synapse-b800834351f3f15c9de4996b18149a7e8cae0c34.tar.xz |
add note that the affinity package is required for the cpu_affinity setting
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/server.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index 968ecd9ea0..1b8aac9b75 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -201,6 +201,8 @@ class ServerConfig(Config): # different cores. See # https://www.mirantis.com/blog/improve-performance-python-programs-restricting-single-cpu/. # + # This setting requires the affinity package to be installed! + # # cpu_affinity: 0xFFFFFFFF # Whether to serve a web client from the HTTP/HTTPS root resource. |