From 182198cb1aca326dd354f699fef39a38c6e8c168 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Fri, 17 Feb 2023 14:06:35 +0100 Subject: [PATCH] Matrix: ulimits --- .../compose_project/templates/matrix/docker-compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml b/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml index 2bff52a..6958ef2 100644 --- a/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml +++ b/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml @@ -15,6 +15,10 @@ services: - SYNAPSE_CONFIG_DIR=/config - SYNAPSE_CONFIG_PATH=/config/homeserver.yaml - TZ=Europe/Berlin + ulimits: + nofile: + soft: 10000 + hard: 40000 volumes: - synapse_data:/data - ./synapse-config:/config:ro,Z