change the number of CPU cores through the command

leila

New Member
Apr 26, 2023
13
0
1
I want to change the number of CPU cores through the command.
in VMs
Can someone help please?
 
Hi,
you can use cores and sockets to set the number of CPUs to cores * sockets. Usually, you don't want sockets to be too high and it should be a power of 2. The vcpus option is to limit that number (intended for hotplugging), but you can't increase the number beyond cores * sockets with that.
 
  • Like
Reactions: leila