1
0
Fork 0

Fix net.core.rmem_max

This commit is contained in:
Daniel Kempkens 2022-11-19 20:59:48 +01:00
parent 57434cb466
commit ceb312345e
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -16,7 +16,7 @@
kernel.sysctl = {
"net.core.default_qdisc" = "fq";
"net.ipv4.tcp_congestion_control" = "bbr";
"net.core.rmem_max" = "2500000";
"net.core.rmem_max" = 2500000;
};
};