mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
8 lines
295 B
Text
8 lines
295 B
Text
# Raise inotify resource limits
|
|
# https://bugs.archlinux.org/task/47830
|
|
fs.inotify.max_user_instances = 1024
|
|
fs.inotify.max_user_watches = 524288
|
|
|
|
# Increase the default vm.max_map_count value
|
|
# https://archlinux.org/news/increasing-the-default-vmmax_map_count-value/
|
|
vm.max_map_count = 1048576
|