PKGBUILDs/core/filesystem/sysctl
2024-04-07 19:45:46 +00:00

7 lines
178 B
Plaintext

# Raise inotify resource limits
fs.inotify.max_user_instances = 1024
fs.inotify.max_user_watches = 524288
# Increase the default vm.max_map_count value
vm.max_map_count=1048576