1
0
Fork 0

Merge pull request #491 from yarda/rhbz1998310

throughput-performance: set net.core.somaxconn to at least 2048
This commit is contained in:
Jaroslav Škarvada 2023-02-08 02:05:50 +01:00 committed by GitHub
commit 8e893c4a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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