Skip to content

Firecracker minimum RAM requirement #2733

Answered by georgepisaltu
zamazan4ik asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

I answered on the issue you opened on the same topic (#2737), but I'll post this here for posterity.

I don't think it's a minimal requirement for VM memory in the sense that it's not enforced. I just confirmed this by booting up a VM with 64 MiB of RAM, then 48 and it still works. As long as your setup allows it, both host and guest configurations, you can go lower than 128 MiB of RAM.

I'd like to point out that Firecracker is oversubscribing memory by default using demand paging. This means that even if you start a 2 GiB VM, the actual memory used by the process will be much lower (probably around 150 MiB) until you "touch" that memory and is gets physically allocated on the host. I …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zamazan4ik
Comment options

Answer selected by zamazan4ik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants