From d5f562fda7b823864f1909c77ff705e2c48da601 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Mar 2026 12:54:30 +0100 Subject: [PATCH] Remove kernel memory overcommit configuration for Valkey --- nix-system-configs/modules/system/database.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nix-system-configs/modules/system/database.nix b/nix-system-configs/modules/system/database.nix index 2cae876..a370083 100644 --- a/nix-system-configs/modules/system/database.nix +++ b/nix-system-configs/modules/system/database.nix @@ -2826,11 +2826,6 @@ in { "f /var/log/valkey_6379.log 0644 root root - -" ]; - # Ensure kernel allows memory overcommit so Valkey / jemalloc background saves won't fail. - boot.sysctl = { - "vm.overcommit_memory" = 1; - }; - system.stateVersion = "25.11"; }; }