From d93dc81b02bb9fe258c4ba7771b870e3ce5cd20b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 28 Apr 2020 19:51:59 -0700 Subject: Reduce build cores, again --- Biz/Dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz') 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 = '' -- cgit v1.2.3