hugepages 4
tt-system-tools script says wh should use 4
This commit is contained in:
parent
34e8b3aae6
commit
bed5c381d7
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue