fastapi OSError Errno 24 Too many open files

创建日期: 2023-08-09 14:40 | 作者: 风波 | 浏览次数: 14 | 分类: Python

报错内容

OSError: [Errno 24] Too many open files

通过 lsof 命令查看,大量的 a_inodeeventfd

最后重启了 docker 容器。

参考:https://github.com/encode/uvicorn/issues/1030

14 浏览
6 爬虫
0 评论