报错内容
OSError: [Errno 24] Too many open files
通过 lsof
命令查看,大量的 a_inode
、eventfd
。
最后重启了 docker 容器。
参考:https://github.com/encode/uvicorn/issues/1030
OSError: [Errno 24] Too many open files
通过 lsof
命令查看,大量的 a_inode
、eventfd
。
最后重启了 docker 容器。
参考:https://github.com/encode/uvicorn/issues/1030