I'm trying to allocate several cloudlets to a single VM and run them after each other by a specific sequence. but as i add them, i gt the following error:
Broker: Postponing execution of cloudlet 0: bount VM not available
Broker: Postponing execution of cloudlet 0: bount VM not available
Broker: Postponing execution of cloudlet 0: bount VM not available
...
i used this command:
cloudId.setVmId(0);
cloudId.setVmId(1);
...
is there any way to do this?