Skip to content

Commit

Permalink
build02/nixpkgs-update: add more workers
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Feb 26, 2024
1 parent bdfcf3a commit 812685a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/build02/nixpkgs-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ in
systemd.services.nixpkgs-update-worker3 = mkWorker "worker3";
systemd.services.nixpkgs-update-worker4 = mkWorker "worker4";
systemd.services.nixpkgs-update-worker5 = mkWorker "worker5";
systemd.services.nixpkgs-update-worker6 = mkWorker "worker6";
systemd.services.nixpkgs-update-worker7 = mkWorker "worker7";
# Too many workers cause out-of-memory.

systemd.services.nixpkgs-update-supervisor = {
Expand Down

0 comments on commit 812685a

Please sign in to comment.