Skip to content

Commit 9292f60

Browse files
author
Michael Burke
committed
OCPBUGS:38819 Calculation of Overcommit is wrong
1 parent 57721e7 commit 9292f60

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)