diff --git a/ostree-ng.sh b/ostree-ng.sh index a947c1f2f..3e4f2aa90 100755 --- a/ostree-ng.sh +++ b/ostree-ng.sh @@ -484,7 +484,7 @@ EOF sudo qemu-img create -f qcow2 "${LIBVIRT_HTTP_IMAGE_PATH}" 20G # Workaround for bug https://bugzilla.redhat.com/show_bug.cgi?id=2124239 - if [[ "${VERSION_ID}" == "8.7" || "${VERSION_ID}" == "8.9" ]]; then + if [[ "${VERSION_ID}" == "8.7" || "${VERSION_ID}" == "8.9" || "${VERSION_ID}" == "8.10" ]]; then ALLOC_VM_RAM=4096 fi