nixos/palace: Set up virtual IOMMU for cellar
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
my = {
|
||||
spdk = {
|
||||
enable = true;
|
||||
extraArgs = "--mem-channels 2 --cpumask 0xffff";
|
||||
extraArgs = "--mem-channels 2 --cpumask 0x3";
|
||||
debugCommands = ''
|
||||
spdk-rpc bdev_nvme_attach_controller -t pcie -a 02:00.0 -b NVMe0
|
||||
spdk-rpc bdev_nvme_attach_controller -t pcie -a 03:00.0 -b NVMe1
|
||||
|
Reference in New Issue
Block a user