Increase the max number of INotify instances per real user ID
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 17 Feb 2020 04:54:18 +0000 (13:54 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:44 +0000 (16:37 +0100)
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