1. check the value:
cat /proc/sys/fs/inotify/max_user_watches
2. set the maximum value:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
3. and accept it:
sysctl -p
1. check the value:
cat /proc/sys/fs/inotify/max_user_watches
2. set the maximum value:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
3. and accept it:
sysctl -p