Blame SOURCES/redis-limit-init

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