System limit for number of file watchers reached

# sudo vim /etc/sysctl.conf

Add and save

fs.inotify.max_user_watches=524288

View

# sudo sysctl -p
fs.file-max = 65535
vm.swappiness = 10
fs.inotify.max_user_watches = 524288

Similar Posts: