Skip to content

Commit 5b91640

Browse files
committed
(wip) experiment with a reduced number of workers
1 parent 11b4654 commit 5b91640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/packages/github-matrix/github_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def main() -> None:
286286

287287
args = parser.parse_args()
288288

289-
max_workers: int = os.cpu_count() or 1
289+
max_workers: int = int(os.cpu_count() / 2) or 1
290290

291291
cmd = build_nix_eval_command(max_workers, args.flake_outputs)
292292

0 commit comments

Comments
 (0)