Skip to content

Commit

Permalink
Bump number of default CPU cores to four
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Oct 12, 2024
1 parent 0fbe089 commit c7b3952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
];
auto-optimise-store = true;
cores = 1;
cores = 4;
max-jobs = 1;
};

Expand Down

0 comments on commit c7b3952

Please sign in to comment.