Secrets of Making Effective Virtual Machines

Virtualization is simple, that is the beauty. Everything that works in physical domain holds true in virtual world. You build a VM as if it was a physical box, or just run P2V to virtualize your PC, and ola! it all works.

But to take a full advantage of virtualization, there are hundreds of tricks to configure VM efficiently.

For example, a virtual Hard Disk may be marked independent; in such case it won’t be included in snapshots. I want to snapshot all your data? But how about the system swap partition? I don’t even want it to be persistent!

With Linux the swap file is on dedicated partition. Move it to a dedicated HF, make it independent/non-persistent. Do the same with Windows VM: add new 4Gb HD, configure it as independent/non-persistent, and move page file there.

Or, consider slimming down the OS. Again, that is no news for the Linux world. But why don’t cut some fat from chubby Windows? Mind you it is a lot of fat to loose: almost 50%. The installation of XP with 300Mb foot print, how is that? Not the limit! And after such “slim fast” program Windows can sprint: you should see it booting up!

For ideas on stripping down your Windows, check here and here (rulez!). Or, just fire your Torrent and get the Performance Edition here.

Using optimized and fine-tuned virtual machines can change your experience with virtualization. Keep on looking for secrets.

Leave a Reply

You must be logged in to post a comment.