From c81160432eec1b4289e0413c172297b3c8dce613 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 10 Jan 2026 14:08:37 +0100 Subject: [PATCH] minor fix --- hosts/nixos/nfss/system.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index 08497c2..5a6d142 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -33,6 +33,9 @@ "zfs.zfs_arc_min=2147483648" # 2GB min ARC size ]; + # Kernel tuning for MongoDB + boot.kernel.sysctl."vm.max_map_count" = 262144; + # Network configuration networking = { hostName = "nfss";