1 linux sysctl 配置优化SS调优 fs.file-max = 51200 net.core.rmem_max = 67108864 net.core.wmem_max = 6710886...
linux内核参数优化
1 net.core.somaxconn 对于一个TCP链接,Server与Client需要通过三次握手来建立网络链接,当三次握手成功之后,我们就可以看到端口状态由LISTEN转为ESTABLISHE...
centos7系统初始化优化选项
1.设置主机名 hostnamectl set-hostname node3 2.防火墙服务设置 iptables -F iptables -L systemctl stop firewalld.se...