文档/故障排除/文件监视

文件监视故障排除

Linux 监视限制

增加 inotify 监视数量:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf sudo sysctl -p