Skip to content

Commit

Permalink
fix(builders:platauc): reduce max jobs to prevent process kills
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Jul 15, 2024
1 parent 6f2ce4e commit c357876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/profiles/remote-builders/platauc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in
system = "aarch64-linux";
speedFactor = 2;
protocol = "ssh-ng";
maxJobs = 4;
maxJobs = 2;
supportedFeatures = [
"benchmark"
"big-parallel"
Expand Down

0 comments on commit c357876

Please sign in to comment.