You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ (8 * number of vCPUs) + (16 MiB * number of graphics devices)
38
+
+ 8 * (number of vCPUs) \ <1>
39
+
+ 16 MiB * (number of graphics devices) <2>
39
40
----
40
41
41
-
Add 1 GiB to the above result if your environment includes a Single Root I/O Virtualization (SR-IOV) network device or a Graphics Processing Unit (GPU).
42
+
<1> Number of virtual CPUs requested by the virtual machine
43
+
<2> Number of virtual graphics cards requested by the virtual machine
44
+
45
+
If your environment includes a Single Root I/O Virtualization (SR-IOV) network device or a Graphics Processing Unit (GPU), allocate 1 GiB additional memory overhead for each device.
42
46
43
47
44
48
[id="CPU-overhead_{context}"]
@@ -49,16 +53,21 @@ Calculate the cluster processor overhead requirements for {VirtProductName} by u
49
53
.Cluster CPU overhead
50
54
51
55
----
52
-
CPU overhead for infrastructure nodes ≈ 4
56
+
CPU overhead for infrastructure nodes ≈ 4 cores
53
57
----
54
58
59
+
{VirtProductName} increases the overall utilization of cluster level services such as logging, routing, and monitoring. To account for this workload, ensure that nodes that host infrastructure components have capacity allocated for 4 additional cores (4000 millicores) distributed across those nodes.
60
+
55
61
----
56
-
CPU overhead for worker nodes ≈ 2 + CPU overhead per virtual machine
62
+
CPU overhead for worker nodes ≈ 2 cores + CPU overhead per virtual machine
57
63
----
58
64
65
+
Each worker node that hosts virtual machines must have capacity for 2 additional cores (2000 millicores) for {VirtProductName} management workloads in addition to the CPUs required for virtual machine workloads.
66
+
67
+
59
68
.Virtual machine CPU overhead
60
69
61
-
CPU overhead per virtual machine is subjective. If dedicated CPUs are requested, there is a 1:1 impact on the cluster CPU overhead requirement. Otherwise, there are no specific rules about how many CPUs a virtual machine requires.
70
+
If dedicated CPUs are requested, there is a 1:1 impact on the cluster CPU overhead requirement. Otherwise, there are no specific rules about how many CPUs a virtual machine requires.
62
71
63
72
64
73
[id="storage-overhead_{context}"]
@@ -69,9 +78,11 @@ Use the guidelines below to estimate storage overhead requirements for your {Vir
69
78
.Cluster storage overhead
70
79
71
80
----
72
-
Aggregated storage overhead per node ≈ 10.36 GiB
81
+
Aggregated storage overhead per node ≈ 10 GiB
73
82
----
74
83
84
+
10 GiB is the estimated on-disk storage impact for each node in the cluster when you install {VirtProductName}.
85
+
75
86
.Virtual machine storage overhead
76
87
77
88
Storage overhead per virtual machine depends on specific requests for resource allocation within the virtual machine. The request could be for ephemeral storage on the node or storage resources hosted elsewhere in the cluster. {VirtProductName} does not currently allocate any additional ephemeral storage for the running container itself.
@@ -80,4 +91,4 @@ Storage overhead per virtual machine depends on specific requests for resource a
80
91
[id="example-scenario_{context}"]
81
92
== Example
82
93
83
-
As a cluster administrator, if you plan to host 10 virtual machines in the cluster, each with 1 GiB of RAM and 2 vCPUs, the memory impact across the cluster is 11.68 GiB.
94
+
As a cluster administrator, if you plan to host 10 virtual machines in the cluster, each with 1 GiB of RAM and 2 vCPUs, the memory impact across the cluster is 11.68 GiB. The estimated on-disk storage impact for each node in the cluster is 10 GiB and the CPU impact for worker nodes that host virtual machine workloads is a minimum of 2 cores.
0 commit comments