matrix: bump memory

This commit is contained in:
Sandro - 2023-09-15 22:42:24 +02:00
parent 07882dfb55
commit f7b4f369fb
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ config, libS, pkgs, ... }:
{ config, pkgs, ... }:
{
c3d2.deployment.server = "server10";
microvm = {
mem = 1 * 1024;
mem = 1536;
vcpu = 2;
};