projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95a120d
)
Increase the max number of INotify instances per real user ID
author
Hyotaek 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
patch
|
blob
|
history
diff --git
a/sysctl.d/50-default.conf
b/sysctl.d/50-default.conf
index
f08f32e
..
d15f611
100644
(file)
--- 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