I was able to log in this time. named is working properly. However, I do see that you have not increased the connections allowed to the server.
root@web [~]# sysctl -a | grep connt | egrep 'full|max' net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300 net.netfilter.nf_conntrack_tcp_max_retrans = 3 net.netfilter.nf_conntrack_max = 65536 net.netfilter.nf_conntrack_expect_max = 256 net.nf_conntrack_max = 65536 root@web [~]#
It appears that you changed the max connections for http, not the entire server
root@web [~]# sysctl -a | grep connt | egrep 'full|max' net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300 net.netfilter.nf_conntrack_tcp_max_retrans = 3 net.netfilter.nf_conntrack_max = 65536 net.netfilter.nf_conntrack_expect_max = 256 net.nf_conntrack_max = 65536 root@web [~]#
It appears that you changed the max connections for http, not the entire server
老外说了要让改运行进入网站的链接数 我改了apache 木有用 要改服务器的
把2个 65536 改成65536的2倍(整数倍) 13072 应该就可以了
改了之后用老外的root@web [~]# sysctl -a | grep connt | egrep 'full|max' 这个命令在查一下看看是不是改好了
改了之后用老外的root@web [~]# sysctl -a | grep connt | egrep 'full|max' 这个命令在查一下看看是不是改好了
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步