maxJobs should equal number of cores on host

This commit is contained in:
Joakim Repomaa
2025-07-23 14:37:48 +03:00
parent 4233c3dabf
commit 91d5d73002

View File

@@ -5,7 +5,7 @@
buildMachines = [
{
hostName = "freun.dev";
maxJobs = 2;
maxJobs = 8;
protocol = "ssh";
sshUser = "builder";
system = "aarch64-linux";