Follow
GREPPER
SEARCH
WRITEUPS
FAQ
DOCS
INSTALL GREPPER
Log In
Signup
Fahim Foysal Rabby
Apr 24, 2022
Twitter
Facebook
Reddit
Hacker News
LinkedIn
The system limit for the number of file watchers reached
You can set a new limit temporary with:
sudo sysctl fs.inotify.max_user_watches=524288 sudo sysctl -p
If you like to make your limit permanent, use:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf sudo sysctl -p