From b7437b9d05ffc3815b998e266a4b149cc1080c49 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Mon, 20 Oct 2025 19:33:01 -0400 Subject: [PATCH] update: add hugepages --- hosts/tatara/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/tatara/hardware-configuration.nix b/hosts/tatara/hardware-configuration.nix index 9842724..b269cc7 100644 --- a/hosts/tatara/hardware-configuration.nix +++ b/hosts/tatara/hardware-configuration.nix @@ -15,6 +15,11 @@ boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-amd"]; + boot.kernelParams = [ + "default_hugepagesz=1G" + "hugepagesz=1G" + "hugepages=1" + ]; boot.supportedFilesystems = ["zfs"]; fileSystems."/" = {