mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
treewide: remove core and job count configuration
This commit is contained in:
parent
5a296c6e97
commit
a3c02415f8
2 changed files with 0 additions and 14 deletions
|
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue