[DOCS] Clarify nested KVM.

Tech support staff and users often confuse the host node's use of KVM with the ability to run _nested_ KVM instances. Probably good to clarify this.
This commit is contained in:
GeckoLinux 2019-06-20 10:43:13 -05:00 committed by Foxlet
parent 9276236058
commit 20d8871c09
1 changed files with 2 additions and 2 deletions

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.