summaryrefslogtreecommitdiffstats
path: root/redis-limit
diff options
context:
space:
mode:
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