Ich habe das:
Linux 3.10.0 #1 SMP Thu Apr 22 16:18:59 MSK 2021 x86_64 x86_64 x86_64 GNU/Linux
Ich versuche dies in sysctl.conf einzustellen
net.core.wmem_max = 12874368
net.ipv4.tcp_rmem = 4096 42380 12874368
net.ipv4.tcp_wmem = 4096 31536 12874368
Ergebnis:
sysctl: cannot stat /proc/sys/net/core/wmem_max: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv4/tcp_rmem: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv4/tcp_wmem: No such file or directory
Die Dateien existieren tatsächlich nicht in /proc/sys/net/***
. Da net.ipv4.tcp_fastopen=3
es unterstützt wird, sollten diese Optionen auch verfügbar sein.
Wie kann ich sie sonst noch optimieren? Falls das wichtig ist, es ist OpenVZ.