clusterdata
clusterdata copied to clipboard
Regarding CPU and memory resource allocation for containers
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?