1
0
Fork 0

Khanda: reduce number of cores that Nix can use to (hopefully) reduce system hanging

This commit is contained in:
Aires 2024-07-27 12:17:55 -04:00
parent 2980202261
commit e7c6a1e4a5

View file

@ -100,5 +100,5 @@ in
nix.distributedBuilds = true;
# Limit the number of cores Nix can use
nix.settings.cores = 10;
nix.settings.cores = 8;
}