1
0
Fork 0

tanker: force vm.overcommit_memory

This commit is contained in:
Daniel Kempkens 2024-05-01 19:16:18 +02:00
parent ac3aaf3f7b
commit a5ddc9a683
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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;
};
};