Last active
December 6, 2016 10:34
-
-
Save hedcler/65cc4b0ff4d4ff3737afcc2967596967 to your computer and use it in GitHub Desktop.
Set up max user watches on linux.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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