diff options
author | Ben Sima <ben@bsima.me> | 2020-04-28 19:51:59 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-28 19:51:59 -0700 |
commit | d93dc81b02bb9fe258c4ba7771b870e3ce5cd20b (patch) | |
tree | a1a513a7caa9a85684b94da21b62fb9628e5d428 /Biz/Dev | |
parent | ee15b2c09c2b85ee6ea99f4aa6f58191de9d535e (diff) |
Reduce build cores, again
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Dev/configuration.nix b/Biz/Dev/configuration.nix index e822837..aeac46e 100644 --- a/Biz/Dev/configuration.nix +++ b/Biz/Dev/configuration.nix @@ -194,7 +194,7 @@ in { nix = { # 1 job * 2 cores = 2 maximum cores used at any one time maxJobs = 1; - buildCores = 2; + buildCores = 1; # Since this is the dev machine, we can turn these on at the expense # of extra disk space. extraOptions = '' |