Blame SOURCES/redis-limit-init

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