Answer the question
In order to leave comments, you need to log in
How to scale the site in case of load?
How to calculate scaling for a site in case of load - what server parameters are optimal (processors, memory)?
How to calculate horizontal scaling?
Answer the question
In order to leave comments, you need to log in
Use autoscaling based on resource utilization parameters. For example, when utilizing the processor or memory by 75%, we add another instance to the balancer and distribute the load in this way.
Read how it works in the clouds
You need to look at the processor, and memory, and also io, and if the load exceeds certain limits, raise additional instances.
It is necessary to look not only at utilization, but also at the rate of its change, and at the duration of raising an instance in your environment, and based on this, determine the threshold at which it is time to scale.
Here is a general answer that can be given in toaster format. And so, you need to read a lot about it, and think about your specific application. Well, to fill bumps at the first implementation ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question