mirror of https://github.com/zulip/zulip.git
Give root higher nofile limits in limits.conf.
(imported from commit f7fd9ce325449931f8866f6696f8484769c39a14)
This commit is contained in:
parent
2f88b7dcd0
commit
e4fce10f46
|
@ -54,5 +54,7 @@
|
|||
#@student - maxlogins 4
|
||||
zulip soft nofile 40000
|
||||
zulip hard nofile 50000
|
||||
root soft nofile 40000
|
||||
root hard nofile 50000
|
||||
|
||||
# End of file
|
||||
|
|
Loading…
Reference in New Issue