Buffer
net.core.*
net.core.rmem_max: The net.core.rmem_max setting defines the maximum receive socket buffer size in bytes.
net.core.wmem_max: The net.core.wmem_max setting defines the maximum send socket buffer size in bytes.
[A damp discussion of network queuing]https://lwn.net/Articles/616241/
1 | sysctl -w net.core.rmem_max=8388608 |
Reference
- [Linux-Sysctl-Performance-Tuning]https://judexzhu.github.io/Linux-Sysctl-Performance-Tuning/
- [How To: Network / TCP / UDP Tuning]https://wwwx.cs.unc.edu/~sparkst/howto/network_tuning.php