Skip to content

Commit 69c1fb2

Browse files
authored
Merge pull request #37723 from sjhala-ccs/GH35319
GH#35319: Added unit in the VM memory overhead equation
2 parents 6d8fb91 + e7cedb0 commit 69c1fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/virt-cluster-resource-requirements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Additionally, {VirtProductName} environment resources require a total of 2179 Mi
3535

3636
----
3737
Memory overhead per virtual machine ≈ (1.002 * requested memory) + 146 MiB \
38-
+ 8 * (number of vCPUs) \ <1>
38+
+ 8 MiB * (number of vCPUs) \ <1>
3939
+ 16 MiB * (number of graphics devices) <2>
4040
----
4141

0 commit comments

Comments
 (0)