Skip to content

Commit c5bbed0

Browse files
Jrmy2402jeremy.spriet
authored andcommitted
improve the Motivation
1 parent 1766fc2 commit c5bbed0

File tree

1 file changed

+1
-1
lines changed
  • vertical-pod-autoscaler/enhancements/8459-memory-per-cpu

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/enhancements/8459-memory-per-cpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Many workloads scale their memory requirements proportionally to CPU. Today, VPA
3131
By introducing `memoryPerCPU`, users can enforce a predictable ratio between CPU and memory, reducing risk of misconfiguration and simplifying tuning for ratio-based workloads.
3232

3333
In addition, some environments or organizations prefer to keep a fixed CPU-to-memory ratio for reasons such as:
34-
* **Billing models** – Many cloud providers price instances based on predefined CPU/memory bundles. Enforcing a fixed ratio makes VPA recommendations align better with billing units, avoiding unexpected cost patterns.
34+
* **Billing alignment** – Many cloud providers and SaaS/managed service vendors price resources based on fixed CPU-to-memory bundles (e.g., 1 CPU → 4 Gi RAM). Enforcing the same ratio at the VPA level ensures that workloads scale consistently with these billing models, preventing recommendations that would break cost expectations.
3535
* **Operational simplicity** – A consistent CPU/memory ratio across workloads reduces variability and simplifies capacity planning.
3636

3737
### Goals

0 commit comments

Comments
 (0)