1. check the value
cat /proc/sys/fs/inotify/max_user_watches
2. change the value
vi /etc/sysctl.conf
fs.inotify.max_user_watches = 524288
3. and apply the new value
sysctl -p
1. check the value
cat /proc/sys/fs/inotify/max_user_watches
2. change the value
vi /etc/sysctl.conf
fs.inotify.max_user_watches = 524288
3. and apply the new value
sysctl -p