diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-07-19 14:35:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 14:35:06 +0100 |
commit | 5f3658baf59be1a2349edae48629908c02d2ca1e (patch) | |
tree | bbffb2f75702701b4190d896fc4bf7d64c7333e8 /synapse/config/server.py | |
parent | Update r0.33.0 release notes (diff) | |
parent | add note that the affinity package is required for the cpu_affinity setting (diff) | |
download | synapse-5f3658baf59be1a2349edae48629908c02d2ca1e.tar.xz |
Merge pull request #3377 from Valodim/note-affinity
document that the affinity package is required for the cpu_affinity setting
Diffstat (limited to 'synapse/config/server.py')
-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 18102656b0..2a5918f48d 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -209,6 +209,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. |