---
title: minimumAllowedCPUCount
framework: virtualization
role: symbol
role_heading: Type Property
path: virtualization/vzvirtualmachineconfiguration/minimumallowedcpucount
---

# minimumAllowedCPUCount

The minimum number of CPUs you may configure for the VM.

## Declaration

```swift
class var minimumAllowedCPUCount: Int { get }
```

## Discussion

Discussion The value in the cpuCount property must be greater than or equal to the value in this property.

## See Also

### Setting the number of CPUs

- [cpuCount](virtualization/vzvirtualmachineconfiguration/cpucount.md)
- [maximumAllowedCPUCount](virtualization/vzvirtualmachineconfiguration/maximumallowedcpucount.md)
