Infini-DL360/hydra: fix localhost build machine
This commit is contained in:
parent
2f07641600
commit
6221cf7733
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ in
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
|
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
|
||||||
maxJobs = 16;
|
protocol = "ssh";
|
||||||
|
maxJobs = 32;
|
||||||
|
speedFactor = 16;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue