Skip to content

Commit c6788ec

Browse files
authored
Merge pull request #90646 from openshift-cherrypick-robot/cherry-pick-89628-to-enterprise-4.15
[enterprise-4.15] OCPBUGS:38819 Calculation of Overcommit is wrong
2 parents f28153c + 3ebffbf commit c6788ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-cluster-overcommit-resource-requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ to resource limits, which can be set higher than requested resources. The
2424
difference between request and limit determines the level of overcommit;
2525
for instance, if a container is given a memory request of 1Gi and a memory limit
2626
of 2Gi, it is scheduled based on the 1Gi request being available on the node,
27-
but could use up to 2Gi; so it is 200% overcommitted.
27+
but could use up to 2Gi; so it is 100% overcommitted.

0 commit comments

Comments
 (0)