May 062009
 

Sorry, missed this one from a week ago.  VMware released a technical white paper on all of the performance enhancements in vSphere 4.0.  Things like 8-way SMP VMs or 64 NFS mounts per cluster as well as many more.  Some good reading if you like the technology and to see what has been enhanced and added.

You can read all of the details in the white paper here .

Nov 172008
 

Most people are going to read that title and say, "Dave, what is RVI and why do I care?"

Here’s why: When a virtual machine is running, inside the VM, the operating system maps out pages of RAM.  The hypervisor then addresses and stores those pages in physical RAM.  The address in physical RAM typically never matches the address that the VM’s operating system knows.  The hypervisor (specifically the virtual machine monitor or VMM) has to "translate" the fetching and updating of pages of RAM.  This puts an extra "tax" on the CPU and adds to virtualization overhead.  This can specifically be seen in workloads that perform very frequent page table updates. Continue reading »