SINTEF-9012 / cloudml

CloudML: Transparent deployment of cloud applications
GNU Lesser General Public License v3.0
27 stars 8 forks source link

Fix in VM-memory calculation for CloudSigma #46

Closed sseycek closed 9 years ago

sseycek commented 9 years ago

Hi Nicolas,

a small fix for the memory calculation...

Also one thing we could consider is change the way CPU requirements are calculated for CloudSigma. Currently the minCores property is passed to the CloudSigma API where GHz is expected. So what we could do is use minCores for real cores in the deployment model and multiply it with 2500 before passing it to jClouds. This would result in typical cores available there.

Cheers, Stepan

nicolasferry commented 9 years ago

Hi Stepan,

Once again many thanks for the fix! Ok for the cores, I will change it.

Cheers, Nicolas

nicolasferry commented 9 years ago

I just did the change for the cores.

Cheers, Nicolas

sseycek commented 9 years ago

Very good - actually for the Zurich location you can multiply with 2600 as they have refreshed their hardware platform with 2.6GHz Xeons and let you configure cores up to 2.6GHz.

Bye, Stepan

Am 2015-08-11 21:59, schrieb nicolasferry:

I just did the change for the cores.

Cheers, Nicolas

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/SINTEF-9012/cloudml/pull/46#issuecomment-130046000

nicolasferry commented 9 years ago

Ok I updated it to 2600.

Cheers, Nicolas