0

How many number of MIPs we can generally use for Vm Creation in cloudsim or workflowsim?

Fahad Khan
  • 35
  • 6

1 Answers1

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