chore: better provisioned vm resources

This commit is contained in:
Nick 2025-11-24 19:28:55 -06:00
parent 936e8207d0
commit 1fa809d7f5
9 changed files with 15 additions and 20 deletions

View file

@ -397,8 +397,8 @@ in
environment.systemPackages = [ fedifetcherPython ];
microvm = {
vcpu = 4;
mem = 1024 * 8;
vcpu = 1;
mem = 1024 * 6;
hypervisor = "qemu";
interfaces = [
{