cavemem: lower microvm.mem from 32 to 20 gb

This commit is contained in:
Astro 2023-08-10 23:29:56 +02:00
parent 336097bcde
commit 84a874e440
1 changed files with 1 additions and 1 deletions

View File

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