@Ravikiran Srini - Thanks for the question and using MS Q&A platform.
According to the documentation, when the self-hosted integration runtime (IR) is overloaded, we might want to scale up by increasing the number of concurrent jobs that a node can run. This means that if the processor and available RAM are not fully utilized, but the execution of concurrent jobs is reaching the limit, we can increase the number of concurrent jobs that can run on a node. This will help to optimize the performance of the self-hosted IR and prevent activities from timing out.
Yes, you are correct. The documentation is using the term "scale out" in two different contexts, which can be interpreted differently by readers.
In the first context, "scale out" means adding more nodes (machines) to the self-hosted integration runtime to help distribute the load across multiple nodes. This is typically done when the processor usage is high and available memory is low on the self-hosted IR.
In the second context, "scale out" means increasing the number of concurrent jobs that a node can run. This is typically done when the processor and available RAM are not fully utilized, but the execution of concurrent jobs is reaching the limit.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.