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 = { microvm = {
# Running on server10 which has 40 threads on 20 cores # Running on server10 which has 40 threads on 20 cores
vcpu = 20; vcpu = 8;
# drone-ssh-runner clones the git repo into tmpfs which requires # drone-ssh-runner clones the git repo into tmpfs which requires some RAM
# some RAM
mem = 2 * 1024; mem = 2 * 1024;
}; };
# drone-ssh-runner clones into /tmp which needs to be bigger than # drone-ssh-runner clones into /tmp which needs to be bigger than the default rootfs tmpfs
# the default rootfs tmpfs
boot.tmp = { boot.tmp = {
useTmpfs = true; useTmpfs = true;
tmpfsSize = "80%"; tmpfsSize = "80%";