hugepages 4

tt-system-tools script says wh should use 4
This commit is contained in:
Artturin 2024-10-14 04:09:28 +03:00
parent 34e8b3aae6
commit bed5c381d7

View file

@ -94,8 +94,10 @@
})
];
kernelParams = [
# TODO: Use the scripts instead https://github.com/tenstorrent/tt-system-tools they work regardless of how many devices there are
# https://github.com/tenstorrent/tt-system-tools/blob/main/hugepages-setup.sh#L31
"hugepagesz=1G"
"hugepages=2"
"hugepages=4"
"iommu=pt"
];
kernelModules = [ "tenstorrent" ];