From 10ea0cffcd51b097688f925057c17e46ca7afc43 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 11 Oct 2023 08:19:48 +0900 Subject: [PATCH] update maxJobs for the builder --- nixos/common/modules/remote-builders.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/modules/remote-builders.nix b/nixos/common/modules/remote-builders.nix index 80cce6a9..15922ccd 100644 --- a/nixos/common/modules/remote-builders.nix +++ b/nixos/common/modules/remote-builders.nix @@ -5,7 +5,7 @@ hostName = "nixos-vm-01"; # Only availalbe on the Headscale network sshUser = "albert"; protocol = "ssh-ng"; - maxJobs = 8; + maxJobs = 16; speedFactor = 2; systems = [ "x86_64-linux" "aarch64-linux" ]; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];