caveman: bump microvm.mem from 24 to 32 GB

This commit is contained in:
Astro 2023-08-09 14:09:26 +02:00
parent afce1e4582
commit cc1e44834c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
};
microvm = {
vcpu = 8;
mem = 24 * 1024;
mem = 32 * 1024;
};
networking = {