Skip to content
Snippets Groups Projects
Commit 5712e3ba authored by Jens Sandmann's avatar Jens Sandmann
Browse files

matrix: pin synapse to a CPU core

parent 1fdd79fe
No related branches found
No related tags found
No related merge requests found
version: "3"
version: "2.2"
services:
......@@ -18,6 +18,8 @@ services:
image: matrixdotorg/synapse:v1.21.2
restart: always
cpu_count: "1"
cpuset: "0"
depends_on:
- db
- ma1sd
......
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