c3d2-web: reduce cpus, increase ram for deployment

This commit is contained in:
Sandro - 2023-06-14 22:35:56 +02:00
parent 4242423be2
commit 2b30cfc9ef
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ let
in
{
microvm = {
vcpu = 8;
mem = 1024;
vcpu = 4;
mem = 2 * 1024; # drone-ssh-runner clones the git repo which requires some RAM
};
c3d2.deployment = {
# /tmp is to small for drone to clone the repo even with depth