summaryrefslogtreecommitdiffstats
path: root/redis-limit
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-13 10:12:22 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-13 10:12:22 +0100
commita355b24ed1756ab91ce171463a4afdb8737ebbbc (patch)
treefff287b8cb11de030e4daabf3ebe03ee14d4cf47 /redis-limit
parent2e64c95833b0d06d7b98c31978e0c52f08c183f9 (diff)
redis: provides /etc/systemd/system/redis.service.d/limit.conf
Diffstat (limited to 'redis-limit')
-rw-r--r--redis-limit7
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