Blame SOURCES/redis-limit-init

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