Created
February 22, 2015 02:00
-
-
Save chrisma/9e71193f64b90bcbb041 to your computer and use it in GitHub Desktop.
Allow inotify to watch more files
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
# Workaround for "There are too many directories in your application for changes in all of them to be monitored." | |
# message in Flask | |
echo fs.inotify.max_user_watches=100000 | 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