nginx windows突破1024限制

Windows版本由于文件访问句柄数被限制为1024了,当访问量大时就会没法响应。html 会有以下错误提示: maximum number of descriptors supported by select() is 1024nginx 修改参数worker_connections能够解决此限制,还有其它不少说修改worker_rlimit_nofile 参数等,都尝试了但都以失败了结。web
相关文章
相关标签/搜索