From 498154eb1559724c416809debfb1bd0fe346d8c0 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 31 Jan 2026 00:53:37 -0500 Subject: [PATCH] 1gb hugepages --- system/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system/common.nix b/system/common.nix index 7b0f24f..280c79d 100644 --- a/system/common.nix +++ b/system/common.nix @@ -122,6 +122,13 @@ "msr" "btusb" ]; + + kernelParams = [ + # 1gb huge pages + "hugepagesz=1G" + "hugepages=3" + ]; + }; environment.etc = {