clusterdata icon indicating copy to clipboard operation
clusterdata copied to clipboard

Regarding CPU and memory resource allocation for containers

Open huster-hh opened this issue 5 years ago • 0 comments

According to my analysis of the trace, I found that there are some containers, whose CPU limits are much larger than their CPU request, in many machines. I wonder if those containers are processing offline tasks, and allowed to utilize idle CPUs in the system. However, their CPU usages seem to indicate that they do not use more CPU than their requests, which makes me very contradictory. The trace only shows a single value for memory limits. Does this mean that the hard limit and soft limit of the container's memory are both set to the same value? Why not set different values?

huster-hh avatar Dec 17 '20 01:12 huster-hh