Update builder maxjobs

This commit is contained in:
iFargle 2023-10-07 18:40:53 +09:00
parent 5fa4fefb36
commit 6b3f1bccb0

View file

@ -5,7 +5,7 @@
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
sshUser = "albert"; sshUser = "albert";
protocol = "ssh-ng"; protocol = "ssh-ng";
maxJobs = 4; maxJobs = 8;
speedFactor = 2; speedFactor = 2;
systems = [ "x86_64-linux" "aarch64-linux" ]; systems = [ "x86_64-linux" "aarch64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];