在對一個大磁盤進行inotify監(jiān)聽時嘶窄,爆出如下錯誤:
Failed to watch /mnt/;
upper limit on inotify watches reached!
Please increase the amount of inotify watches allowed per user via `/proc/sys/fs/inotify/max_user_watches’.
cat一下這個文件,默認值是8192鲸睛,echo 8192000 > /proc/sys/fs/inotify/max_user_watches即可~