From bed5c381d7e24e9b2ffc201fcf7eeaff8c92c25b Mon Sep 17 00:00:00 2001 From: Artturin Date: Mon, 14 Oct 2024 04:09:28 +0300 Subject: [PATCH] hugepages 4 tt-system-tools script says wh should use 4 --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a229724..a8d0a90 100644 --- a/flake.nix +++ b/flake.nix @@ -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" ];