Library Auto Update

I suspect you’re out of inotify handles.

What does
cat /proc/sys/fs/inotify/max_user_watches

return?

If it’s 8192 and you have more files (any type) and folders than that then that’d explain the behavior.

See here:

1 Like