Merge pull request #491 from yarda/rhbz1998310
throughput-performance: set net.core.somaxconn to at least 2048
This commit is contained in:
commit
8e893c4a9a
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ vm.dirty_background_ratio = 10
|
|||
# and move them to swap cache
|
||||
vm.swappiness=10
|
||||
|
||||
# The default kernel value 128 was over twenty years old default,
|
||||
# kernel-5.4 increased it to 4096, thus do not have it lower than 2048
|
||||
# on older kernels
|
||||
net.core.somaxconn=>2048
|
||||
|
||||
# Marvell ThunderX
|
||||
[sysctl.thunderx]
|
||||
type=sysctl
|
||||
|
|
|
|||
Loading…
Reference in a new issue