mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Setting limit on number of open files in init script (in case when pam_limits module not loaded) [#METR-21262].
This commit is contained in:
parent
6df8377161
commit
83f33bcdb7
@ -118,6 +118,7 @@ start()
|
||||
EXIT_STATUS=0
|
||||
|
||||
echo -n "Start $PROGRAM service: "
|
||||
ulimit -n 262144
|
||||
|
||||
if all_runs; then
|
||||
echo -n "already running "
|
||||
|
Loading…
Reference in New Issue
Block a user