cpuCount
The number of CPUs you make available to the guest operating system.
Declaration
var cpuCount: Int { get set }Discussion
The value of this property must be greater than or equal to the value in minimumAllowedCPUCount, and less than or equal to the value in maximumAllowedCPUCount. The system uses the number of physical CPUs on the current system to determine a default value.