当前位置:首页
> error
error
在 linux 中遇到 OSError: inotify watch limit reached 错误
检查系统当前限制,默认应该是 8192:cat /proc/sys/fs/inotify/max_user_watches...