Max Size of a Firecracker VM #3092
Replies: 3 comments 2 replies
-
HI! The maximum number of CPUs a microVM can have is 32. As far as memory limit, we do not have one inside Firecracker, however we depend on KVM limits. KVM supports memory slots up to KVM_MEM_MAX_NR_PAGES pages. As far as network, you can take a look at https://github.com/firecracker-microvm/firecracker/blob/main/docs/network-performance.md to form an idea of the performance numbers. |
Beta Was this translation helpful? Give feedback.
-
@SortaASoraous does this answer your enquiry? |
Beta Was this translation helpful? Give feedback.
-
Closing for now. If anyone wants more details please reopen. |
Beta Was this translation helpful? Give feedback.
-
As the title states, what is the maximum "size" (in terms of CPU, memory, bandwidth, and other relevant compute resources) that I can reasonably allocate to a VM?
Beta Was this translation helpful? Give feedback.
All reactions