c3d2-web: accelerate deployment by literally throwing more cpu cores at it

This commit is contained in:
Astro 2024-03-18 22:55:13 +01:00
parent ee73f0b701
commit 5302d08939
1 changed files with 2 additions and 1 deletions

View File

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