|
|
|
|
|
by devhwrng
2377 days ago
|
|
The technical details about the E2 instance class are really interesting: https://cloud.google.com/blog/products/compute/understanding... Rather than a guaranteed core and RAM as with N1/N2, resources for the underlying host can be dynamically balanced through live migrations, which GCP has already been using for years. Cool solution, and should work to save money for most workloads. |
|
That would be so cool, just adding cores if the load goes up!
You would have to make sure your code has enough threads ready to fill those cores though! (if you use non-blocking async. stuff)
Or is this what they mean it already has?
Edit: thinking more about this it must be really hard and require kernel fixes?
I mean how would linux behave when you add/remove cores and RAM f.ex.?