Skip to content

Instantly share code, notes, and snippets.

@kerbrose
Last active June 1, 2017 02:25
Show Gist options
  • Save kerbrose/f409d0468c0381d81874681408e1e536 to your computer and use it in GitHub Desktop.
Save kerbrose/f409d0468c0381d81874681408e1e536 to your computer and use it in GitHub Desktop.
## https://unix.stackexchange.com/questions/13751/kernel-inotify-watch-limit-reached
cat /proc/sys/fs/inotify/max_user_watches
echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment