<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZVirtualMachineConfiguration/minimumAllowedMemorySize",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZVirtualMachineConfiguration(cpy)minimumAllowedMemorySize"
  },
  "title" : "minimumAllowedMemorySize"
}
-->

# minimumAllowedMemorySize

The minimum amount of memory that you may configure for the VM.

```
class var minimumAllowedMemorySize: UInt64 { get }
```

## Discussion

The value in the [`memorySize`](/documentation/Virtualization/VZVirtualMachineConfiguration/memorySize) property must be greater than or equal to the value in this property.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)