Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How change task priority in cloudsim?

Tags:

cloudsim

I change task priorities based my algorithm now I want gives this tasks to vms , How I can do it in cloudsim?

like image 967
Sara tabaghchi Avatar asked Sep 09 '26 10:09

Sara tabaghchi


1 Answers

you can set the 'classType' parameter of cloudLet object from your algorithm to priorotize them.

like image 147
Self Techy Avatar answered Sep 12 '26 12:09

Self Techy