Skip to content

Instantly share code, notes, and snippets.

@hedcler
Last active December 6, 2016 10:34
Show Gist options
  • Save hedcler/65cc4b0ff4d4ff3737afcc2967596967 to your computer and use it in GitHub Desktop.
Save hedcler/65cc4b0ff4d4ff3737afcc2967596967 to your computer and use it in GitHub Desktop.
Set up max user watches on linux.
#!/bin/sh
sudo sysctl -w fs.inotify.max_user_watches=9999999 && sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment