tanker: force vm.overcommit_memory
This commit is contained in:
parent
ac3aaf3f7b
commit
a5ddc9a683
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
"net.ipv4.tcp_fastopen" = 3;
|
||||
"net.core.rmem_max" = 2500000;
|
||||
"net.core.wmem_max" = 2500000;
|
||||
"vm.overcommit_memory" = 1;
|
||||
"vm.overcommit_memory" = lib.mkForce 1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue