Raise inotify file watchers

This commit is contained in:
David Heinemeier Hansson
2026-02-20 17:52:19 +01:00
parent 645118830e
commit e231697430
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Increase inotify file watchers for VS Code, webpack, and other dev tools (default 8192 is too low)
echo "fs.inotify.max_user_watches=524288" | sudo tee /etc/sysctl.d/90-omarchy-file-watchers.conf >/dev/null
sudo sysctl --system >/dev/null 2>&1