diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index eba3627..a973d29 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -102,11 +102,11 @@ jobs: virtinst \ qemu-utils - libvirtd -d + libvirtd -d && virtlogd -d virt-install \ --name ubuntu-harvester \ - --ram 2048 \ + --ram 3072 \ --vcpus 2 \ --disk path=ubuntu-vm/ubuntu.qcow2,size=10,format=qcow2 \ --disk path=ubuntu-vm/seed.iso,device=cdrom \