Blame SOURCES/redis-limit-systemd

ee9353
# If you need to change max open file limit
ee9353
# for example, when you change maxclient in configuration
ee9353
# you can change the LimitNOFILE value below.
ee9353
# See "man systemd.exec" for more information.
ee9353
ee9353
# Slave nodes on large system may take lot of time to start.
ee9353
# You may need to uncomment TimeoutStartSec and TimeoutStopSec
ee9353
# directives below and raise their value.
ee9353
# See "man systemd.service" for more information.
ee9353
ee9353
[Service]
ee9353
LimitNOFILE=10240
ee9353
#TimeoutStartSec=90s
ee9353
#TimeoutStopSec=90s