Skip to content

Commit

Permalink
Update scaling-ecs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rickshar authored Jan 23, 2025
1 parent 8358644 commit 508aa6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/ocean/features/scaling-ecs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Scaling (ECS)

Cloud service provider relevance: <font color="#FC01CC">ECS</font>

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
Expand Down

0 comments on commit 508aa6d

Please sign in to comment.