1#net.core.wmem_max = 4194304
2#net.core.rmem_max = 12582912
3#net.ipv4.tcp_rmem = 4096 87380 4194304
4#net.ipv4.tcp_wmem = 4096 87380 4194304
5
6net.core.default_qdisc=fq
7net.ipv4.tcp_congestion_control=bbr
8
9vm.swappiness = 10
10vm.vfs_cache_pressure = 50