Blame SOURCES/redis-limit-init

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