cloudsimplus / cloudsimplus

State-of-the-art Framework 🏗 for Cloud Computing ⛅️ Simulation: a modern, full-featured, easier-to-use, highly extensible 🧩, faster 🚀 and more accurate ☕️ Java 17+ tool for cloud computing research 🎓. Examples: https://github.com/cloudsimplus/cloudsimplus-examples

Home Page:https://cloudsimplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expected finish time when there is memory Oversubscription is resulting in negative values

ivo1r2 opened this issue · comments

commented

Actual behavior

If the value "VM_RAM" in the example "VirtualMemoryForRequestedRamHigherThanAvailableExample" is changed from 1000 to 10000 and the memory of the host is changed from 2048 to 20480, the resulting "Expected finish time (if no over-subscription)" value is negative for some cloudlets.

Expected behavior

The "Expected finish time (if no over-subscription)" value should be a realistic positive value.

Thanks for reporting and sorry for the delay. I've just fixed the issue.