You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can specify the OOM priority as a QoS enhancement.
Implement OOM priority with oom_score_adj.
Why is this needed?
Currently, Kubernetes will configure different oom_score_adj values for different QoS classes. However, the order of OOM also depends on other dimensional factors such as the memory usage of the container.
In the colocation scenario, it's important to strictly ensure that web services are terminated later than batch jobs due to OOM when the cluster's memory resources become scarce.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
oom_score_adj
.Why is this needed?
Currently, Kubernetes will configure different
oom_score_adj
values for different QoS classes. However, the order of OOM also depends on other dimensional factors such as the memory usage of the container.In the colocation scenario, it's important to strictly ensure that web services are terminated later than batch jobs due to OOM when the cluster's memory resources become scarce.
The text was updated successfully, but these errors were encountered: