Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create 256GB zns ssd ? #144

Open
OGSD opened this issue Jul 8, 2024 · 2 comments
Open

How to create 256GB zns ssd ? #144

OGSD opened this issue Jul 8, 2024 · 2 comments

Comments

@OGSD
Copy link

OGSD commented Jul 8, 2024

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

@DingcuiYu
Copy link
Contributor

FEMU is a DRAM-based emulator. So your host should have 256GB DRAM to create a 256GB zns ssd.

@OGSD
Copy link
Author

OGSD commented Jul 9, 2024

FEMU is a DRAM-based emulator. So your host should have 256GB DRAM to create a 256GB zns ssd.

Thanks~ I got it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants