From 3d998f3745b90c6b4db5eaa739e4f976b5d5eef2 Mon Sep 17 00:00:00 2001 From: Frank Meerkoetter Date: Thu, 1 Dec 2016 19:45:27 +0100 Subject: redis: increase the max number of fds to actually match redis.conf Now that the processes no longer runs as root, we need to increase the limit for it. This only affects systemd based systems. Signed-off-by: Frank Meerkoetter Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/redis/redis/redis.service | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/redis/redis/redis.service b/meta-oe/recipes-extended/redis/redis/redis.service index 577bb1421d..36d29852da 100644 --- a/meta-oe/recipes-extended/redis/redis/redis.service +++ b/meta-oe/recipes-extended/redis/redis/redis.service @@ -8,6 +8,7 @@ Group=redis ExecStart=/usr/bin/redis-server /etc/redis/redis.conf ExecStop=/usr/bin/redis-cli shutdown Restart=always +LimitNOFILE=10032 [Install] WantedBy=multi-user.target -- cgit 1.2.3-korg