Hello,
Short answer - No, this is extremely unlikely (VMs would likely hang or crash a long time before this could happen).
ESXi hosts use a multitude of methods to allow over-provisioning of memory to VMs above the physical memory including:
- Memory sharing (as similar workload/Guest OS VMs will have an amount of identical data).
- Ballooning (reclaiming least used memory from VMs using VMware Tools provided this is installed on the VM).
- Memory compression (as it is faster to compress and read than read from disk if it were have to resort to swapping).
- Swapping (swapping out memory to disk into the main .vswp file of the VM, this is a last resort and impcacts performance).
p27-44 of this explains all of these concepts better:
More info:
You can likely use more than 60GB here but VM performance may impacted as it has to use the more aggressive methods.
(check if/how much you are have as memory reservation for VMs as this can end up reserved and will not be reclaimed using some of the above methods, check that VMs have VMware Tools installed).
Bob