mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Update to latest VPS script with latest kernel and tuning
This commit is contained in:
parent
26a5ac29e4
commit
683763e694
4 changed files with 20 additions and 10 deletions
|
@ -6,9 +6,9 @@ net.core.rmem_max = 134217728
|
|||
# max write buffer
|
||||
net.core.wmem_max = 134217728
|
||||
# default read buffer
|
||||
net.core.rmem_default = 65536
|
||||
net.core.rmem_default = 32768
|
||||
# default write buffer
|
||||
net.core.wmem_default = 65536
|
||||
net.core.wmem_default = 32768
|
||||
# max processor input queue
|
||||
net.core.netdev_max_backlog = 4096
|
||||
# max backlog
|
||||
|
@ -45,7 +45,7 @@ net.ipv4.tcp_mtu_probing = 0
|
|||
|
||||
# for low-latency network, use cubic instead
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
|
||||
net.core.default_qdisc = fq
|
||||
# Default conntrack is too small
|
||||
net.netfilter.nf_conntrack_max = 131072
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue