mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
vanadium/sane-nix: paralell build
This commit is contained in:
parent
717397d6fd
commit
46983687c0
1 changed files with 7 additions and 0 deletions
|
|
@ -10,4 +10,11 @@
|
|||
MemoryMax = "90%";
|
||||
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