Commit c5d6df61 authored by rodrigo.calheiros's avatar rodrigo.calheiros

Fixed comment on example 2, which said that MIPS requirements were different.…

Fixed comment on example 2, which said that MIPS requirements were different. Actually, they are the same.
parent c1f1c6a1
......@@ -92,7 +92,6 @@ public class CloudSimExample2 {
//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