From a355b24ed1756ab91ce171463a4afdb8737ebbbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Dec 2014 10:12:22 +0100 Subject: redis: provides /etc/systemd/system/redis.service.d/limit.conf --- redis-limit | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 redis-limit (limited to 'redis-limit') 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 -- cgit