这是一个创建于 318 天前的主题,其中的信息可能已经有所发展或是发生改变。
求问各位大佬😁
当 nginx 的 error.log 提示 `warn worker_connections are not enough, reusing connections`的时候,
请问此时 nginx 开始丢弃请求了么?
还有一个疑问,我的测试环境设置 worker_processes 为 2 ,设置 worker_connections 为 100 ,根据网上的资料 nginx 可以同时处理的连接数是 2 * 100 = 200
但实际我用 jmeter 压测的过程中 active connections 的值在 100 多的时候 nginx 就会输出 `worker_connections are not enough, reusing connections`
请问 active connections 是否包括 nginx 与 upstream 的连接?
1 条回复 • 2024-01-01 21:05:36 +08:00