From 20d8871c0955aa3e4cb8bfc2533135d29fbe07be Mon Sep 17 00:00:00 2001 From: GeckoLinux Date: Thu, 20 Jun 2019 10:43:13 -0500 Subject: [PATCH] [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. --- docs/FAQs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQs.md b/docs/FAQs.md index 44af750..05db0c0 100644 --- a/docs/FAQs.md +++ b/docs/FAQs.md @@ -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. \ No newline at end of file + For DigitalOcean, this means a `General Purpose` or `CPU Optimized` machine is required. `Ubuntu 19.04` or newer is recommended.