V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
bugmenott
V2EX  ›  问与答

看 youtube 视频,起始速度很慢,逐渐变快

  •  
  •   bugmenott · 2015-01-04 01:28:25 +08:00 · 2666 次点击
    这是一个创建于 3411 天前的主题,其中的信息可能已经有所发展或是发生改变。
    linode jp,debian7.7,内核3.16.7-x86_64-linode49
    优化如下,该如何改进?
    fs.file-max = 51200
    net.core.rmem_max = 67108864
    net.core.wmem_max = 67108864
    net.core.rmem_default = 65536
    net.core.wmem_default = 65536
    net.core.netdev_max_backlog = 4096
    net.core.somaxconn = 65000
    net.ipv4.tcp_syncookies = 1
    net.ipv4.tcp_tw_reuse = 1
    net.ipv4.tcp_tw_recycle = 1
    net.ipv4.tcp_fin_timeout = 30
    net.ipv4.tcp_keepalive_time = 1200
    net.ipv4.ip_local_port_range = 10000 65000
    net.ipv4.tcp_max_syn_backlog = 4096
    net.ipv4.tcp_max_tw_buckets = 7000
    net.ipv4.tcp_fastopen = 3
    net.ipv4.tcp_rmem = 4096 87380 67108864
    net.ipv4.tcp_wmem = 4096 65536 67108864
    net.ipv4.tcp_mtu_probing = 1
    net.ipv4.tcp_congestion_control = hybla
    net.ipv4.conf.default.accept_source_route = 0
    net.ipv4.tcp_timestamps = 0
    net.ipv4.tcp_keepalive_probes = 3
    net.ipv4.tcp_keepalive_intvl = 15
    net.ipv4.tcp_max_syn_backlog = 8388608
    net.core.netdev_max_backlog = 8388608
    net.ipv4.tcp_window_scaling = 0
    net.ipv4.tcp_sack = 0
    2 条回复    2015-01-04 05:34:46 +08:00
    tsui
        1
    tsui  
       2015-01-04 05:05:22 +08:00
    看起来congestion control长时间stuck在slow start了,换个congestion control also试试
    newbies
        2
    newbies  
       2015-01-04 05:34:46 +08:00 via Android
    楼上的,看看时间,刚睡啦
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3580 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 11:22 · PVG 19:22 · LAX 04:22 · JFK 07:22
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.