nixos/muon: Pre‐allocate hugepages
This commit is contained in:
parent
e7b2d8b59a
commit
4df412b109
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ imports = [
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
|
"hugepagesz=1G" "hugepages=8"
|
||||||
"intel_iommu=on"
|
"intel_iommu=on"
|
||||||
"nouveau.config=NvGspRm=1"
|
"nouveau.config=NvGspRm=1"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue