diff --git a/hosts/c3d2-web/default.nix b/hosts/c3d2-web/default.nix index 231bbcae..a91e474f 100644 --- a/hosts/c3d2-web/default.nix +++ b/hosts/c3d2-web/default.nix @@ -3,14 +3,12 @@ { microvm = { # 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 + vcpu = 8; + # drone-ssh-runner clones the git repo into tmpfs which requires some RAM mem = 2 * 1024; }; - # drone-ssh-runner clones into /tmp which needs to be bigger than - # the default rootfs tmpfs + # drone-ssh-runner clones into /tmp which needs to be bigger than the default rootfs tmpfs boot.tmp = { useTmpfs = true; tmpfsSize = "80%";