Created
September 1, 2018 13:07
-
-
Save nickvoronin/c0f7fb2e78211a7dc6d1cb22c931407c to your computer and use it in GitHub Desktop.
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
| # 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