How does Wave right-size requests and limits safely?▼
Smart Sizing analyzes real CPU and memory usage percentiles and recommends requests and limits that match actual workload behavior — not padded guesses. Recommendations ship with a confidence signal so teams can trust them before applying.
Does resizing require restarting my pods?▼
No. Wave uses Kubernetes in-place pod resize to change CPU and memory allocations on running pods — no restarts, no evictions, no downtime.
How does Wave prevent the HPA/VPA death spiral?▼
Min/Max Recommendation sets data-driven guardrails on resize and scale actions, so sizing changes stay within safe bounds instead of triggering runaway replica growth.