Esxi Increase vCPU per core
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...")
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