|
|
|
|
|
by cle
2377 days ago
|
|
It’s a lot easier and safer to scale hosts horizontally than vertically. You can predict the limits and behavior of each host, the VMs/processes on each host don’t need to deal with fundamental resources changing, etc. For services I own that are high availability, require GC tuning, etc., these hosts with dynamic resource adjustments (also T2/T3 in AWS) are a nightmare because the behavior can change at runtime under load, exactly when I want it to behave predictably. |
|
1) Some things can't scale on more hosts, like say an action MMO with no sharding.
2) Scaling dynamically does not necessarily mean you have to do it unpredictably.
Are you running them as unlimited or standard?