服务端linux-常见错误本页总览linux-常见错误ENOSPC:System limit for number of file watchers reached解释: 系统对文件监控的数量达到限制数量解决: # 编辑配置文件vim /etc/sysctl.conf# 添加到文件末尾fs.inotify.max_user_watches=524288# 生效sudo sysctl -p