Skip to content

Commit

Permalink
build02/nixpkgs-update: add another worker
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Mar 17, 2024
1 parent 36125d5 commit dc6490e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/build02/nixpkgs-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ 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";
# Too many workers cause out-of-memory.

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

0 comments on commit dc6490e

Please sign in to comment.