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
If you pass an uncompressed kernel file to qemu, it will mmap() it directly into the address space. That can save some memory if the kernel image is used by many qemu processes, because the kernel can share the memory pages for each process.
If you pass an uncompressed kernel file to qemu, it will mmap() it directly into the address space. That can save some memory if the kernel image is used by many qemu processes, because the kernel can share the memory pages for each process.
See https://stefano-garzarella.github.io/posts/2019-12-22-qemu-kernel-initrd-mmapped/
Would be nice to test if that has a measurable effect in our fleet.
The text was updated successfully, but these errors were encountered: