From 46983687c0439bb76d5b05aa2c6cef7f08717488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 5 Jan 2026 08:41:20 +0100 Subject: [PATCH] vanadium/sane-nix: paralell build --- nix/configurations/vanadium/nixos/sane-nix.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/configurations/vanadium/nixos/sane-nix.nix b/nix/configurations/vanadium/nixos/sane-nix.nix index 83c080d8..83088437 100644 --- a/nix/configurations/vanadium/nixos/sane-nix.nix +++ b/nix/configurations/vanadium/nixos/sane-nix.nix @@ -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; + }; }