This file contains 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.rmem_default = 26214400 | |
net.core.rmem_max = 26214400 | |
net.core.wmem_default = 26214400 | |
net.core.wmem_max = 26214400 | |
net.core.netdev_max_backlog = 2000 | |
net.core.somaxconn = 2048 | |
net.core.optmem_max = 81920 | |
net.ipv4.tcp_mem = 131072 262144 524288 | |
net.ipv4.tcp_rmem = 8760 256960 4088000 | |
net.ipv4.tcp_wmem = 8760 256960 4088000 |