Shell/Bash: increase no of watchers Example
Shell/Bash Example: This is the "increase no of watchers" Example. compiled from many sources on the internet by SimpleTutorials.org
increase no of watchers
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf sudo sysctl -p
* Summary: This "increase no of watchers" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!