don't hog all cores, might OOM, too
This commit is contained in:
parent
f4f959705a
commit
2aad01bd62
|
@ -257,6 +257,9 @@ in
|
||||||
|
|
||||||
# package manager config
|
# package manager config
|
||||||
nix = {
|
nix = {
|
||||||
|
# don't hog all cores, might OOM, too
|
||||||
|
settings.max-jobs = 4;
|
||||||
|
|
||||||
# auto optimize the store
|
# auto optimize the store
|
||||||
settings.auto-optimise-store = true;
|
settings.auto-optimise-store = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue