Esxi Increase vCPU per core

From Michael's Information Zone
Revision as of 14:21, 28 September 2021 by Michael.mast (talk | contribs) (Created page with "==6.7== <ref>https://kb.vmware.com/s/article/1020121</ref> This was tested on 6.7 *SSH into the server *Run the following to and use whatever number you want. I bumped it from...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

6.7

[1] This was tested on 6.7

  • SSH into the server
  • Run the following to and use whatever number you want. I bumped it from the automatically configured 150 to 200.
[root@localhost:~] esxcli system settings kernel list -o maxVCPUsPerCore
Name             Type    Configured  Runtime  Default  Description
---------------  ------  ----------  -------  -------  ------------------------------------------------------------------------------------------------------------------------------------------------------------
maxVCPUsPerCore  uint32  0           0        0        Max number of VCPUs should run on a single core. 0 == determine at runtime
[root@localhost:~] esxcli system settings kernel set -s maxVCPUsPerCore -v 200