treewide: remove core and job count configuration

This commit is contained in:
Primrose 2026-01-16 00:36:36 +01:00
parent 5a296c6e97
commit a3c02415f8
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 0 additions and 14 deletions

View file

@ -11,11 +11,4 @@
MemoryMax = "90%"; MemoryMax = "90%";
OOMScoreAdjust = 500; OOMScoreAdjust = 500;
}; };
# 12 Cores, 64 GB RAM
# split into 4 jobs with 3C/16G
nix.settings = {
cores = 3;
max-jobs = 4;
};
} }

View file

@ -10,11 +10,4 @@
MemoryMax = "90%"; MemoryMax = "90%";
OOMScoreAdjust = 500; OOMScoreAdjust = 500;
}; };
# 16 Cores, 32 GB RAM
# split into 4 jobs with 4C/8G
nix.settings = {
cores = 2;
max-jobs = 4;
};
} }