- 数据库
一台Linux服务器最多能支撑多少个TCP连接?
时间:2010-12-5 17:23:32 作者:系统运维 来源:系统运维 查看: 评论:0
内容摘要:复制$sysctl-a|greprmem net.ipv4.tcp_rmem=4096873808388608 net.core.rmem_default=

服务
复制$ sysctl -a | grep rmem net.ipv4.tcp_rmem = 4096 87380 8388608 net.core.rmem_default = 212992 net.core.rmem_max = 8388608 1.2.3.4.