QInotifyFileSystemWatcherEngine :: addPaths: inotify_add_watch failed: there is no space left on device

Solution:

Add the maximum number of monitoring files

Workaround :( resume after the restart)

Set command: sudo sysctl fs.inotify.max_user_watches = 524288

Take effect:  sudo sysctl -p

Guess you like

Origin www.cnblogs.com/long5683/p/10990942.html