6
尾巴:无法使用inotify,恢复为轮询:打开的文件过多
当我尝试时tail -f catalina.out,出现错误: tail: inotify cannot be used, reverting to polling: Too many open files 我在这篇文章中尝试了答案: 打开的文件太多-如何找到罪魁祸首 lsof | awk '{ print $2; }' | sort -rn | uniq -c | sort -rn | head 当我运行以上命令时,输出为 17 6115 13 6413 10 6417 10 6415 9 6418 9 6416 9 6414 …