【发布时间】:2014-11-18 11:31:51
【问题描述】:
无法接受新连接 (EMFILE) - 此消息每秒钟多次附加到日志中,并且服务器不强调连接。它发生在 2000 多个连接之后。
#lsof | wc -l
2309
#ulimit -n
655360
#uname -a
Linux .... 2.6.39-400.215.11.el6uek.x86_64 #1 SMP Wed Oct 15 13:07:26 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux
我使用 EPollReactor(扭曲的 12.1.0):
从 twisted.internet 导入 epollreactor
epollreactor.install()
我能做什么?
对不起我的英语。
【问题讨论】: