allow more cores for nix
This commit is contained in:
parent
033ea74112
commit
3da8e0888a
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ in
|
|||
# general settings
|
||||
settings = {
|
||||
# don't hog all cores, might OOM, too
|
||||
cores = 2;
|
||||
max-jobs = 2;
|
||||
cores = 4;
|
||||
max-jobs = 4;
|
||||
|
||||
# auto optimize the store
|
||||
auto-optimise-store = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue