Increase the max number of INotify instances per real user ID 46/225046/2 accepted/tizen/unified/20200218.145915 submit/tizen/20200217.070252
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 17 Feb 2020 04:54:18 +0000 (13:54 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 17 Feb 2020 04:55:34 +0000 (13:55 +0900)
Change-Id: I49a2ed1881d03def82be5a83ae5b6eb0db01ce6c
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
sysctl.d/50-default.conf

index f08f32e..d15f611 100644 (file)
@@ -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