seyed8453 / cloudsim

Automatically exported from code.google.com/p/cloudsim
0 stars 0 forks source link

Recalculating MIPS in findHostForVm() #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The problem appears when more than one VM is allocated to the host in one time 
frame. I guess a simple solution is to recalculate the actual MIPS in 
findHostForVm() as you did. However, this will result in some run-time 
overhead. 

Need to replace the calls to getUtilizationOfCpuMips() and 
getMaxUtilizationAfterAllocation() with calls to methods that recalculate the 
actual MIPS.

Original issue reported on code.google.com by anton.be...@gmail.com on 1 Oct 2012 at 1:13

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r216.

Original comment by anton.be...@gmail.com on 29 Oct 2012 at 7:45