You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RHEL 8 gating machines these often hit the roof of the gating test
VM:
qemu-kvm: cannot set up guest memory 'pc.ram': Cannot allocate memory
We don't expect these VMs to actually do much, so lower the RAM
requirement from 300 to 130 MiB.
Also see 33272e4b91ca8a2
wait(lambda: "307200"inm.execute("virsh dominfo VmNotInstalled | grep 'Used memory'"), delay=1) # Wait until memory parameters get adjusted after shutting the VM
1582
+
wait(lambda: "133120"inm.execute("virsh dominfo VmNotInstalled | grep 'Used memory'"), delay=1) # Wait until memory parameters get adjusted after shutting the VM
0 commit comments