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
I create 512G disk image
qemu-img create -f qcow2 femu.qcow2 512G
I modify run-zns.sh
devsz_mb=262144
when i run run-zns.sh
i got the error this error
qemu-system-x86_64: -device femu,devsz_mb=262144,femu_mode=3: GLib: ../../../glib/gmem.c:167: failed to allocate 274877906944 bytes
how can i solve it
The text was updated successfully, but these errors were encountered:
I create 512G disk image
qemu-img create -f qcow2 femu.qcow2 512G
I modify run-zns.sh
devsz_mb=262144
when i run run-zns.sh
i got the error this error
qemu-system-x86_64: -device femu,devsz_mb=262144,femu_mode=3: GLib: ../../../glib/gmem.c:167: failed to allocate 274877906944 bytes
how can i solve it
The text was updated successfully, but these errors were encountered: