TomasKopunec / comp0101-ief

Impact Engine Framework
5 stars 1 forks source link

Modify right-sizing algorithm to consider RAM #85

Open mosalehio opened 10 months ago

mosalehio commented 10 months ago

Changes to the algorithm:

Instead of just looking for the best combination...

It will look for the best combination that also has enough RAM.

We will still only have one Target Util for CPU, we don't need another one for memory because we are not optimizing for memory but only for CPU (the best CPU combo that also has enough memory)