Linux系统换万兆卡流量1g,linux 系统万兆网卡 性能优化

修改网卡参数前得先修改

sysctl -w net.ipv4.tcp_window_scaling=1

sysctl -p

再重启服务器后再修改那些参数才能起效,这就是为啥我们先前修改参数一直没用的原因

1. 设置MTU  例如: ifconfig eth0 mtu 6000

2. ethtool -g eth0  修改RX  TX 为 4096

3. 在/etc/sysctl.conf中添加

net.ipv4.tcp_rmem = 53687091 53687091 536870912

net.ipv4.tcp_wmem = 53687091 53687091 536870912

net.ipv4.tcp_mem = 53687091 53687091 536870912

net.core.rmem_max = 536870912

net.core.wmem_max = 536870912

net.core.rmem_default = 53687091

net.core.wmem_default = 53687091

net.core.optmem_max = 536870912

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值