From 320f2f2f4df72cc8e6ccbe0de63325968bbf72bc Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Mon, 23 Sep 2024 11:37:14 +0530 Subject: [PATCH] Tweaks liux-builder config --- nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix.nix b/nix.nix index 5b5a8c6..b1d0109 100644 --- a/nix.nix +++ b/nix.nix @@ -52,10 +52,10 @@ in { virtualisation = { docker.enable = true; darwin-builder = { - diskSize = 40 * 1024; + diskSize = 50 * 1024; memorySize = 8 * 1024; }; - cores = 4; + cores = 8; }; nix.settings = nixSettings // { sandbox = false; }; });