Skip to content

Commit e7cedb0

Browse files
author
Shikha Jhala
committed
GH#35319: Added unit in the VM memory overhead equation
1 parent f51c55b commit e7cedb0

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)