Keeping memory free for VMkernel
The amount of memory the VMkernel will try to keep free can be achieved through the Mem.MemMinFreePct
parameter. MemMinFreePct
determines the amount of memory that the VMkernel should keep free. vSphere 4.1 introduced a dynamic threshold of the Soft, Hard, and Low state to set appropriate thresholds and prevent virtual machine performance issues, while protecting VMkernel. The different states, based on %pRAM which is still free, determines what type of memory reclamation techniques are being used.
For MemMinFreePct
, using a default value of 6 percent can be inefficient when 256 gigabyte or 512 gigabyte systems are becoming more and more mainstream. A 6 percent threshold on a 512 gigabyte results in 30 gigabyte idling most of the time. However, not all customers use large systems; some prefer to scale out rather than to scale up. In this scenario, a 6 percent MemMinFreePct
might be suitable. To have the best of both worlds, VMkernel uses a sliding scale to...