Skip to content

Commit 6da32aa

Browse files
authored
Merge pull request #90648 from openshift-cherrypick-robot/cherry-pick-89628-to-enterprise-4.17
[enterprise-4.17] OCPBUGS:38819 Calculation of Overcommit is wrong
2 parents 2d6506d + 7e9c615 commit 6da32aa

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)