mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-29 16:16:10 +00:00
increased fs.inotify.max_user_watches to 524288
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Author: K4YT3X
|
||||
# Contributors: IceCodeNew
|
||||
# Date Created: October 5, 2020
|
||||
# Last Updated: October 7, 2020
|
||||
# Last Updated: October 19, 2020
|
||||
|
||||
# Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
||||
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
@@ -94,6 +94,11 @@ fs.protected_regular = 2
|
||||
# larger than this value
|
||||
fs.file-max = 9223372036854775807
|
||||
|
||||
# increase the amount of files that can be watched
|
||||
# each file watch handle takes 1080 bytes
|
||||
# up to 540 MiB of memory will be consumed if all 524288 handles are used
|
||||
fs.inotify.max_user_watches = 524288
|
||||
|
||||
########## Virtualization ##########
|
||||
|
||||
# improve mmap ASLR effectness
|
||||
|
||||
Reference in New Issue
Block a user