summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-07-19 14:35:06 +0100
committerGitHub <noreply@github.com>2018-07-19 14:35:06 +0100
commit5f3658baf59be1a2349edae48629908c02d2ca1e (patch)
treebbffb2f75702701b4190d896fc4bf7d64c7333e8 /synapse/config
parentUpdate r0.33.0 release notes (diff)
parentadd note that the affinity package is required for the cpu_affinity setting (diff)
downloadsynapse-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')
-rw-r--r--synapse/config/server.py2
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.