Created
June 15, 2021 10:57
-
-
Save staaled/1256d976c9277bc9c79b6ad90c536793 to your computer and use it in GitHub Desktop.
99-40g-network.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| net.core.netdev_max_backlog = 250000 | |
| net.core.rmem_max = 268435456 | |
| net.core.wmem_max = 268435456 | |
| net.ipv4.tcp_rmem = 4096 87380 134217728 | |
| net.ipv4.tcp_wmem = 4096 65536 134217728 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment