sysctl: document fs.inotify.max_user_watches setting

This commit is contained in:
nodiscc
2021-02-01 19:20:55 +01:00
parent fb3a5d777c
commit e4ca09e921

View File

@@ -125,6 +125,10 @@ vm.vfs_cache_pressure = 150
# This tunable expresses the interval between those wakeups, in 100ths of a second. # This tunable expresses the interval between those wakeups, in 100ths of a second.
# vm.dirty_writeback_centisecs = 500 # vm.dirty_writeback_centisecs = 500
# increase the limit on the number of watches that can be created per real user ID
# fs.inotify.max_user_watches = 524288
### MISC SECURITY ### MISC SECURITY
# Disable the magic-sysrq key # Disable the magic-sysrq key