c3d2-web: lower cpu again

We don't need so much, it can take 3 minutes to deploy
This commit is contained in:
Sandro - 2024-03-19 19:54:40 +01:00
parent 5302d08939
commit bfe0ef1904
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 5 deletions

View File

@ -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%";