read: Increase net.core.rmem_max and net.core.wmem_max
This commit is contained in:
parent
1ee0e5255e
commit
ecdf88bb32
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
boot = {
|
||||
isContainer = true;
|
||||
kernel.sysctl = {
|
||||
"net.core.rmem_max" = 2500000;
|
||||
"net.core.wmem_max" = 2500000;
|
||||
"net.core.rmem_max" = 7500000;
|
||||
"net.core.wmem_max" = 7500000;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue