Blame SOURCES/redis-limit-systemd

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