Skip to content

Instantly share code, notes, and snippets.

@nickvoronin
Created September 1, 2018 13:07
Show Gist options
  • Save nickvoronin/c0f7fb2e78211a7dc6d1cb22c931407c to your computer and use it in GitHub Desktop.
Save nickvoronin/c0f7fb2e78211a7dc6d1cb22c931407c to your computer and use it in GitHub Desktop.
# Watcher not working?
# To prevent this situation it is recommended to increase the watches limit (to, say, 512K):
# 1. Add the following line to either /etc/sysctl.conf file or a new *.conf file (e.g. idea.conf) under /etc/sysctl.d/ directory:
fs.inotify.max_user_watches = 524288
# 2. Then run this command to apply the change:
sudo sysctl -p --system
fs.inotify.max_user_watches = 524288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment