1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

[DOCS] Clarify nested KVM.

Update FAQs.md
This commit is contained in:
Foxlet 2019-06-20 18:09:54 -04:00 committed by GitHub
commit 2b9150cb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ A: There is a minimum CPU requirement for macOS itself. Both Intel and AMD CPUs
A: The jumpstart download is ~500MB compressed (2GB uncompressed), the installation files are uncompressed and measure 6.5GB. Bare minimum virtual disk size would be around 20GB, but you'll find it hard to get any apps installed (like Xcode, which is at least 8GB compressed).
## Q: Does this work on DigitalOcean/ScaleWay/Azure/GCS?
A: If the cloud provider supports KVM as well as the necessary CPU instructions, yes.
A: If the cloud provider supports nested KVM as well as the necessary CPU instructions, yes.
In some cases only certain tiers will work as the CPU need to be supported.
For DigitalOcean, this means a `General Purpose` or `CPU Optimized` machine is required. `Ubuntu 19.04` or newer is recommended.
For DigitalOcean, this means a `General Purpose` or `CPU Optimized` machine is required. `Ubuntu 19.04` or newer is recommended.