mirror of
https://abf.rosa.ru/djam/redis.git
synced 2025-02-23 14:32:49 +00:00
7 lines
217 B
Text
7 lines
217 B
Text
# If you need to change max open file limit
|
|
# for example, when you change maxclient in configuration
|
|
# you can change the LimitNOFILE value below
|
|
# see "man systemd.exec" for information
|
|
|
|
[Service]
|
|
LimitNOFILE=10240
|