Blame SOURCES/redis-limit-systemd

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