Fix net.core.rmem_max
This commit is contained in:
parent
57434cb466
commit
ceb312345e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
"net.core.default_qdisc" = "fq";
|
"net.core.default_qdisc" = "fq";
|
||||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||||
"net.core.rmem_max" = "2500000";
|
"net.core.rmem_max" = 2500000;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue