Created
August 27, 2018 09:42
-
-
Save havran/9ee9757906ee11217f7a2b477c57a1b9 to your computer and use it in GitHub Desktop.
This file contains 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
# If your Angular (2) tests stop watching file changes on Unix you may have small inotify number system seeting. | |
# This should correct this. | |
sudo sysctl fs.inotify.max_user_watches=524288 | |
sudo sysctl -p --system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment