don't hog all cores, might OOM, too

This commit is contained in:
Christoph Cullmann 2024-10-04 17:15:25 +02:00
parent f4f959705a
commit 2aad01bd62
No known key found for this signature in database

View file

@ -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;