mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 16:13:45 +00:00
Increase zulip nofile limit to 40000 soft, 50000 hard.
To match zulip/puppet/zulip/files/limits.conf, zulip/puppet/zulip/files/supervisor/supervisord.conf. Otherwise we inherit the Docker daemon’s limits, which are too small when Docker is installed as a snap. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
c8f5aa264d
commit
3772b29238
@@ -62,3 +62,7 @@ services:
|
||||
# SETTING_PUSH_NOTIFICATION_BOUNCER_URL: 'https://push.zulipchat.com'
|
||||
volumes:
|
||||
- '/opt/docker/zulip/zulip:/data:rw'
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 40000
|
||||
hard: 50000
|
||||
|
Reference in New Issue
Block a user