The Memory (MB) chart displays memory data counters for clusters. The chart appears at all collection levels except level 1.

Description

This chart is located in the Home view of the cluster Performance tab.

Note: These data counter definitions are for hosts. At the cluster level, the values are collected and totaled. The counter values in the chart represent the aggregate amounts of the host data. The counters that appear in the chart depend on the collection level set for your vCenter Server.
Table 1. Data Counters
Chart Label Description
Active

Sum of the active guest physical memory of all powered on virtual machines on the host, plus memory used by basic VMkernel applications. Active memory is estimated by the VMkernel.

  • Counter: active
  • Stats Type: Absolute
  • Unit: Megabytes (MB)
  • Rollup Type: Average (Minimum/Maximum)
  • Collection Level: 2 (4)
Balloon

Sum of the guest physical memory reclaimed by the balloon driver for all powered on virtual machines on the host.

  • Counter: vmmemctl
  • Stats Type: Absolute
  • Unit: Megabytes (MB)
  • Rollup Type: Average (Minimum/Maximum)
  • Collection Level: 1 (4)
Consumed

Amount of machine memory used on the host.

Consumed memory includes virtual machine memory, service console memory, and VMkernel memory.

consumed memory = total host memory - free host memory

  • Counter: consumed
  • Stats Type: Absolute
  • Unit: Megabytes (MB)
  • Rollup Type: Average (Minimum/Maximum)
  • Collection Level: 1 (4)
Granted

Sum of the guest physical memory granted for all powered on virtual machines. Granted memory is mapped to the host's machine memory.

Granted memory for a host includes the shared memory of each virtual machine on the host.

  • Counter: granted
  • Stats Type: Absolute
  • Unit: Megabytes (MB)
  • Rollup Type: Average (Minimum/Maximum)
  • Collection Level: 2 (4)
Swap Used

Sum of the memory swapped by all powered on virtual machines on the host.

  • Counter: swapused
  • Stats Type: Absolute
  • Unit: Megabytes (MB)
  • Rollup Type: Average (Minimum/Maximum)
  • Collection Level: 2 (4)
Total Aggregate total memory available to the cluster.
  • Counter: totalmb
  • Stats Type: Absolute
  • Unit: Megabytes (MB)
  • Rollup Type: Average (Minimum/Maximum)
  • Collection Level: 1 (4)

Chart Analysis

To ensure best performance, the host memory must be large enough to accommodate the active memory of the virtual machines. The active memory can be smaller than the virtual machine memory size. It allows you to over-provision memory, but still ensures that the virtual machine active memory is smaller than the host memory.

Transient high-usage values usually do not cause performance degradation. For example, memory usage can be high when several virtual machines are started at the same time or when a spike occurs in virtual machine workload. However, a consistently high memory usage value (94% or greater) indicates that the host is probably lacking the memory required to meet the demand. If the active memory size is the same as the granted memory size, the 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 memory usage value is high, and the host 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 handle the demand for memory. It leads to memory reclamation, which might degrade performance.

If the host has enough free memory, check the resource shares, reservation, and limit settings 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 machines.

If the host has little free memory available, or if you notice a degradation in performance, consider taking the following actions.

Table 2. Memory Performance Enhancement Advice
# 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, it 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.