From a5ddc9a68374f6b2a25e62bfa067120507ba4fdb Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 1 May 2024 19:16:18 +0200 Subject: [PATCH] tanker: force vm.overcommit_memory --- hardware/hosts/tanker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/hosts/tanker.nix b/hardware/hosts/tanker.nix index 4c3362d..abeadd1 100644 --- a/hardware/hosts/tanker.nix +++ b/hardware/hosts/tanker.nix @@ -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; }; };