moar compute and mem

This commit is contained in:
oxapentane - 2023-05-30 19:23:52 +02:00
parent 310b66a600
commit d65c67bd5b
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ in
];
microvm = {
vcpu = 4;
mem = 1024 * 6;
vcpu = 16;
mem = 1024 * 24;
hypervisor = "cloud-hypervisor";
socket = "${config.networking.hostName}.socket";