Skip to content

Commit 7400b9e

Browse files
authored
Merge pull request #41685 from darshan-nagaraj/BZ1975509-main
BZ1975509: Added cpu and memory reservation when Latency Sensitivity is set to High
2 parents 762ca7a + 242c60a commit 7400b9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/installation-vsphere-machines.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ $ export IPCFG="ip=192.168.100.101::192.168.100.254:255.255.255.0:::none nameser
164164
$ govc vm.change -vm "<vm_name>" -e "guestinfo.afterburn.initrd.network-kargs=${IPCFG}"
165165
----
166166
+
167-
*** Optional: In the event of cluster performance issues, from the *Latency Sensitivity* list, select *High*.
167+
*** Optional: In the event of cluster performance issues, from the *Latency Sensitivity* list, select *High*. Ensure that your VM's CPU and memory reservation have the following values:
168+
**** Memory reservation value must be equal to its configured memory size.
169+
**** CPU reservation value must be at least the number of low latency virtual CPUs multiplied by the measured physical CPU speed.
168170
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, click *Add Configuration Params*. Define the following parameter names and values:
169171
**** `guestinfo.ignition.config.data`: Locate the base-64 encoded files that you created previously in this procedure, and paste the contents of the base64-encoded Ignition config file for this machine type.
170172
**** `guestinfo.ignition.config.data.encoding`: Specify `base64`.

0 commit comments

Comments
 (0)