From a21e09ce49e4680a63f05547e6d518c4e25b59f6 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Mon, 17 Feb 2020 13:54:18 +0900 Subject: [PATCH] tizen: Increase the max number of INotify instances per real user ID Change-Id: I49a2ed1881d03def82be5a83ae5b6eb0db01ce6c Signed-off-by: Hyotaek Shim --- sysctl.d/50-default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf index 69de91a..1b9237b 100644 --- a/sysctl.d/50-default.conf +++ b/sysctl.d/50-default.conf @@ -54,3 +54,5 @@ fs.protected_symlinks = 1 # Enable regular file and FIFO protection fs.protected_regular = 1 fs.protected_fifos = 1 +# Max number of INotify instances per real user ID. +fs.inotify.max_user_instances=1024 -- 2.7.4