diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-13 10:12:22 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-13 10:12:22 +0100 |
commit | a355b24ed1756ab91ce171463a4afdb8737ebbbc (patch) | |
tree | fff287b8cb11de030e4daabf3ebe03ee14d4cf47 /redis-limit | |
parent | 2e64c95833b0d06d7b98c31978e0c52f08c183f9 (diff) |
redis: provides /etc/systemd/system/redis.service.d/limit.conf
Diffstat (limited to 'redis-limit')
-rw-r--r-- | redis-limit | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/redis-limit b/redis-limit new file mode 100644 index 0000000..969d6e8 --- /dev/null +++ b/redis-limit @@ -0,0 +1,7 @@ +# If you need to change max open file limit +# for example, when you change maxclient in redis.conf +# you can change the LimitNOFILE above value +# see "man systemd.exec" for information + +[Service] +LimitNOFILE=10240 |