mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6 lines
178 B
Text
6 lines
178 B
Text
# 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
|