Commit 7e9f686a authored by rodrigo.calheiros's avatar rodrigo.calheiros

Fixed misleading comment on Example 4 that said that capacity of created VMs were different.

parent c5d6df61
......@@ -89,7 +89,6 @@ public class CloudSimExample4 {
//create two VMs
Vm vm1 = new Vm(vmid, brokerId, mips, pesNumber, ram, bw, size, vmm, new CloudletSchedulerTimeShared());
//the second VM will have twice the priority of VM1 and so will receive twice CPU time
vmid++;
Vm vm2 = new Vm(vmid, brokerId, mips, pesNumber, ram, bw, size, vmm, new CloudletSchedulerTimeShared());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment