redis5/redis-limit-init
hht8 fe06000a5b Package init
(cherry picked from commit 3bfecfeb9be6ca28d7c006d76abed451a5b7bf22)
2021-03-23 09:34:53 +08:00

7 lines
223 B
Plaintext

# If you need to change max open file limit
# for example, when you change maxclient in configuration
# you can change the value below
# see "man limits.conf" for information
redis soft nofile 10240
redis hard nofile 10240