How many number of MIPs we can generally use for Vm Creation in cloudsim or workflowsim?
Asked
Active
Viewed 104 times
1 Answers
0
The framework itself has no limitation on how many mips you can assign to a VM other than the one defined by its data type. In this case, as the mips
property of the VM
class is declared as a double
, the maximum amount you can use is Double.MAX_VALUE
.

Thiago Sá
- 832
- 9
- 22