The Memory (MB) chart displays memory data counters for resource pools or vApps.
Description
This chart is located in the Home view of the resource pool or vApp Performance tab.
Chart Label | Description |
---|---|
Active | Sum of the active guest physical memory of all powered on virtual machines in the resource pool.
|
Balloon | Sum of the guest physical memory reclaimed by the balloon driver for all powered on virtual machines in the resource pool.
|
Consumed | Amount of the physical memory consumed by the virtual machine for the guest memory. Consumed memory does not include the overhead memory. It includes the shared memory and memory that might be reserved, but not actually used. consumed memory = memory granted – memory saved due to memory sharing
|
Granted | Sum of the guest physical memory granted for all powered on virtual machines. Granted memory is mapped to the host's machine memory.
|
Shared | Amount of the guest physical memory shared with other virtual machines in the resource pool. |
Swapped | Sum of the memory swapped by all powered on virtual machines in the resource pool.
|
Chart Analysis
A virtual machine's memory size must be slightly larger than the average guest memory usage. This enables the host to accommodate workload spikes without swapping memory among guests. Increasing the virtual machine memory size results in more overhead memory usage.
If sufficient swap space is available, a high balloon value does not cause performance problems. However, if the swapin and swapout values for the host are large, the host is probably lacking the amount of memory required to meet the demand.
If a virtual machine has high ballooning or swapping, check the amount of free physical memory on the host. A free memory value of 6% or less indicates that the host cannot meet the memory requirements. This leads to memory reclamation, which might degrade performance. If the active memory size is the same as the granted memory size, demand for memory is greater than the memory resources available. If the active memory is consistently low, the memory size might be too large.
If the host has enough free memory, check the resource shares, reservation, and limit of the virtual machines and resource pools on the host. Verify that the host settings are adequate and not lower than those set for the virtual machine.
If little free memory is available, or if you notice degradation in performance, consider taking the following actions.
# | Resolution |
---|---|
1 | Verify that VMware Tools is installed on each virtual machine. The balloon driver is installed with VMware Tools and is critical to performance. |
2 | Verify that the balloon driver is enabled. The VMkernel regularly reclaims unused virtual machine memory by ballooning and swapping. Generally, this does not impact virtual machine performance. |
3 | Reduce the memory space on the virtual machine, and correct the cache size if it is too large. This frees up memory for other virtual machines. |
4 | If the memory reservation of the virtual machine is set to a value much higher than its active memory, decrease the reservation setting so that the VMkernel can reclaim the idle memory for other virtual machines on the host. |
5 | Migrate one or more virtual machines to a host in a DRS cluster. |
6 | Add physical memory to the host. |