Remove kernel memory overcommit configuration for Valkey

This commit is contained in:
Root User 2026-03-21 12:54:30 +01:00
parent 8d094021e6
commit d5f562fda7
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -2826,11 +2826,6 @@ in {
"f /var/log/valkey_6379.log 0644 root root - -" "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"; system.stateVersion = "25.11";
}; };
} }