I am wondering how significant will be the performance degradation when a vmware is running on a vmware host. Has anyone a personal experience?

link|improve this question
Possible duplicat of superuser.com/questions/146623/… – bytesum Sep 30 '10 at 10:57
out of curiosity, why do you want to run a VM inside of a VM? – firedfly Sep 30 '10 at 12:12
I would like to run a VM in a VPS (Virtual Private Server) which is also a virtual machine. – papakost Sep 30 '10 at 12:30
If your VPS is hosted by another company, you might want to verify what you want to do is supported. – Brad Sep 30 '10 at 13:22
feedback

1 Answer

up vote 0 down vote accepted

Performance is a relative thing, and depends on the resources allocated to the virtual machine. That being said, creating a second VM on top of another VM is going to give you a performance hit, specifically in disk I/O, because now you'll be going through two layers of virtualization. As to the amount of hit, again, that varies depending on how much processing power you have available to you. I'd advise against doing this, though, unless you really have no other choice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.