Blame SOURCES/redis-limit-init

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