Raise inotify file watchers
This commit is contained in:
Executable
+3
@@ -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
|
||||
Reference in New Issue
Block a user