Skip to content

Instantly share code, notes, and snippets.

@havran
Created August 27, 2018 09:42
Show Gist options
  • Save havran/9ee9757906ee11217f7a2b477c57a1b9 to your computer and use it in GitHub Desktop.
Save havran/9ee9757906ee11217f7a2b477c57a1b9 to your computer and use it in GitHub Desktop.
# 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