tail: inotify cannot be used, reverting to polling: Too many open files

tail -f log出现以下warning:

tail: inotify cannot be used, reverting to polling: Too many open files

解决方法

#将以下两行添加至: /etc/sysctl.conf
fs.inotify.max_user_watches=1048576
fs.inotify.max_user_instances=1048576
#然后执行
sysctl -p /etc/sysctl.conf
上一篇:Ceph关于too few PGs per OSD的问题


下一篇:C语言实现定时任务