Matrix: ulimits
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Manske 2023-02-17 14:06:35 +01:00
parent 253aed9749
commit 182198cb1a
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A

View File

@ -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