nixos/muon: Pre‐allocate hugepages

This commit is contained in:
Mikael Voss 2024-10-11 11:07:42 +02:00
parent e7b2d8b59a
commit 4df412b109
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ imports = [
};
boot.kernelParams = [
"hugepagesz=1G" "hugepages=8"
"intel_iommu=on"
"nouveau.config=NvGspRm=1"
];