Wastage of resources in Virtualization
Posted
by Sabeen Malik
on Stack Overflow
See other posts from Stack Overflow
or by Sabeen Malik
Published on 2010-06-09T23:44:30Z
Indexed on
2010/06/09
23:52 UTC
Read the original article
Hit count: 198
I am not sure if this is the write place to ask the question. However i hope it is.
When looking for a VPS earlier today, I was trying to understand how each container would work in the background. Keeping in mind the fact that the operating system uses most of the power and power on a system, wouldn't having multiple operating systems in the same machine mean more wastage of resources.
For instance if i was running centOS on a dedicated box and it was running lets say 20 background OS level processes. Then i go and install a virtualization platform and install 5 more centOS virtual machines in the same system which are exactly the same as the host operating system. Doesn't this mean duplication of those 20 processes 6 times? So internally the context switching is happening between 120 processes instead of 20?
© Stack Overflow or respective owner