The problem is caused by inode watch limit. I suspect its due to the dropbox that ive installed.
To fix it, set fs.inotify.max_user_watches configuration to higher:
sudo sysctl -w fs.inotify.max_user_watches=16384
To fix it, set fs.inotify.max_user_watches configuration to higher:
sudo sysctl -w fs.inotify.max_user_watches=16384
No comments:
Post a Comment