March 2020 Archives

多队列网卡

随着CPU核数越来越大,网卡的处理能力也越来越强,128核,万兆的网卡已经成为常态
当前流行的线上生产的操作系统还是RHEL7系列,本身系统和网卡默认都支持网卡多队列。若没有开通多队列,可以设置多队列对CPU线程做绑定,使得接收数据效率上还有一定空间提升,如下可以通过:
ethtool -L eth0 combined 8 # 即8个通道
开启多队列模式,设置更多的队列模式,查看是否修改成功,可以使用:
ethtool -l eth0
查看效果:
# ethtool -l eth0
Channel parameters for eth0:
Pre-set maximums:
RX: 0
TX: 0
Other: 0
Combined: 64
Current hardware settings:
RX: 0
TX: 0
Other: 0
Combined:        8


这里直接说解决办法:

1,放弃 Docker for Mac Docker Toolbox

2,使用OpenVPN服务代理

3Docker for Mac 里的一个实验性功能:SOCKS 代理


感谢Yibo提供方法,详文见:https://windmt.com/2019/08/30/docker-for-mac-network/

Monthly Archives

Pages

Powered by Movable Type 7.7.2

About this Archive

This page is an archive of entries from March 2020 listed from newest to oldest.

January 2020 is the previous archive.

April 2020 is the next archive.

Find recent content on the main index or look in the archives to find all content.