From 5302d08939ebf0b83ab11e0a6196b0933f040c81 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 18 Mar 2024 22:55:13 +0100 Subject: [PATCH] c3d2-web: accelerate deployment by literally throwing more cpu cores at it --- hosts/c3d2-web/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/c3d2-web/default.nix b/hosts/c3d2-web/default.nix index 91afb568..231bbcae 100644 --- a/hosts/c3d2-web/default.nix +++ b/hosts/c3d2-web/default.nix @@ -2,7 +2,8 @@ { microvm = { - vcpu = 4; + # Running on server10 which has 40 threads on 20 cores + vcpu = 20; # drone-ssh-runner clones the git repo into tmpfs which requires # some RAM mem = 2 * 1024;