Symptoms:
Z = Number of Virtual Machine's
Y = Number of disks
X = Number of snapshotsthat each disk has
W = Size (in bytes)Z = (75 / 100 * COW_HEAP_SIZE) / ((W / (2 * 1048576) * 4 * X) * Y), where 2 * 1048576 is GDE Coverage and constant 4 is bytes per Root Entry.If a Virtual Machine has 5 disks, each disk is 80 GB (85899345920 bytes) with 6 levels of snapshots for each disk. The number of Virtual Machines that can be powered-on the ESX host on which the COW Heap size is configured as 256 MB is= (75 / 100 * 268435456) / ((85899345920 / (2 * 1048576) * 4 * 6) * 5)Approximately 40 of such Virtual Machines can be powered on.