A system administrator is configuring a hypervisor host server with of physical RAM. The host operating system and hypervisor require a minimum reserved overhead of of RAM to ensure system stability. Each planned guest virtual machine will be allocated of dedicated RAM. To prevent performance issues caused by host memory overcommitment, what is the maximum number of guest virtual machines that can be safely run concurrently on this server?
- A5 virtual machines
- 6 virtual machinesAnswer
- C7 virtual machines
- D8 virtual machines
Answer
The maximum number of guest virtual machines that can be safely run concurrently is 6 virtual machines.
Subtracting the host hypervisor reservation from the physical system RAM leaves available for guest instances. Dividing by per virtual machine yields . Because a partial virtual machine cannot be provisioned and rounding up to 7 would require (exceeding available memory), the maximum number of VMs that can safely run concurrently without overcommit is 6.
Step-by-Step Solution
Key Concept
Virtual Machine Host RAM Allocation and Hypervisor Overhead