From 508aa6d65c1f8bbc7caf6bda5f3167d0c6d8ad0d Mon Sep 17 00:00:00 2001 From: rickshar <159915991+rickshar@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:26:46 +0200 Subject: [PATCH] Update scaling-ecs.md --- src/docs/ocean/features/scaling-ecs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/ocean/features/scaling-ecs.md b/src/docs/ocean/features/scaling-ecs.md index a4eca6645..effa10b0d 100644 --- a/src/docs/ocean/features/scaling-ecs.md +++ b/src/docs/ocean/features/scaling-ecs.md @@ -1,5 +1,7 @@ # Scaling (ECS) +Cloud service provider relevance: ECS + Large-scale compute clusters are expensive, so it is important to use them well. Utilization and efficiency can be increased by running a mix of workloads on the same machines: CPU- and memory-intensive jobs, small and large ones, and a mix of offline and low-latency jobs – ones that serve end-user requests or provide infrastructure services such as storage, naming or locking. ## The Challenge of Scaling Containers