From 562826c530022a7f12e13168a35f42353c60f7f4 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Mon, 17 Feb 2020 13:54:18 +0900 Subject: [PATCH] Increase the max number of INotify instances per real user ID Change-Id: I49a2ed1881d03def82be5a83ae5b6eb0db01ce6c Signed-off-by: Hyotaek Shim --- sysctl.d/50-default.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf index f08f32e..d15f611 100644 --- a/sysctl.d/50-default.conf +++ b/sysctl.d/50-default.conf @@ -38,3 +38,6 @@ net.core.default_qdisc = fq_codel # Enable hard and soft link protection fs.protected_hardlinks = 1 fs.protected_symlinks = 1 + +# Max number of INotify instances per real user ID. +fs.inotify.max_user_instances=1024 -- 2.7.4