Skip to content

Commit 5b2ec71

Browse files
alexmvtimabbott
authored andcommitted
Update the nofile limit to 1m.
This increases the limits to match zulip/zulip#15950.
1 parent 65cb050 commit 5b2ec71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ services:
9191
- '/opt/docker/zulip/zulip:/data:rw'
9292
ulimits:
9393
nofile:
94-
soft: 40000
95-
hard: 50000
94+
soft: 1000000
95+
hard: 1048576

0 commit comments

Comments
 (0)