I am really confused with the concept of cloud computing. for example if we have the physical systems processor with dual core processor, can i add a quad core or octa core processor as a VM to the physical system. If yes, please give the clarifications and how will it effect the performance of the physical system.
Asked
Active
Viewed 91 times
0
-
google for overcommit and the hypervisor and you will get more precise answers. – graziano May 07 '13 at 18:23
1 Answers
0
You are asking about overcommitting the CPU. Eucalyptus will allow you to have more Instances running then the number of cores would allow, but I am not aware of any hypervisor that will allow you to have more cores than physically presents on a single instance. QEMU should do it, but that's emulated (ie slow).

graziano
- 342
- 1
- 4