Skip to content

Instantly share code, notes, and snippets.

@kschingiz
Created April 17, 2019 11:05
Show Gist options
  • Save kschingiz/44702de3065c5546131a53c32b89fd4a to your computer and use it in GitHub Desktop.
Save kschingiz/44702de3065c5546131a53c32b89fd4a to your computer and use it in GitHub Desktop.
fix max user watches
echo fs.inotify.max_user_watches=582222 | 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