Khanda: reduce number of cores that Nix can use to (hopefully) reduce system hanging
This commit is contained in:
parent
2980202261
commit
e7c6a1e4a5
|
@ -100,5 +100,5 @@ in
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
|
|
||||||
# Limit the number of cores Nix can use
|
# Limit the number of cores Nix can use
|
||||||
nix.settings.cores = 10;
|
nix.settings.cores = 8;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue