vmiss 9929还能怎么优化

四季予你 2026-09-04 06:34 1

现在的配置

net.core.default_qdisc = fq

net.ipv4.tcp_congestion_control = bbr


net.core.rmem_max = 67108864

net.core.wmem_max = 67108864

net.core.rmem_default = 1048576

net.core.wmem_default = 1048576

net.core.optmem_max = 2048576

net.ipv4.tcp_rmem = 4096 87380 67108864

net.ipv4.tcp_wmem = 4096 65536 67108864


net.ipv4.tcp_fastopen = 3

net.ipv4.tcp_slow_start_after_idle = 0

net.core.somaxconn = 4096

net.ipv4.tcp_max_syn_backlog = 8192

net.ipv4.tcp_tw_reuse = 1

net.ipv4.tcp_fin_timeout = 30

最新回复 (6)
  • hongdashao 09-04 07:06
    1

    这代码配置tcp优化么

  • bakohok 09-04 07:42
    2

    @四季予你 #0 这是在哪里配置的?

  • kstg4690748 09-04 07:52
    3

    哪里配置的?AI?

  • 四季予你 楼主 09-04 11:51
    4

    @hongdashao #1 是的,根据延迟和机器内存配置TCP

  • plyu007 09-04 12:12
    5

    实际起效就这2行

    net.core.default_qdisc = fq

    net.ipv4.tcp_congestion_control = bbr

  • qppini 09-04 12:51
    6

    心理安慰罢了

* 帖子来源NodeSeek
返回