docs: specify requirement of 4 vCPUs more clearly

This commit is contained in:
Nils Hanke 2023-02-20 12:20:58 +01:00 committed by Nils Hanke
parent 573de3191e
commit 3c24fa37e8
7 changed files with 11 additions and 11 deletions

View file

@ -162,7 +162,7 @@ If you don't have a cloud subscription, check out [MiniConstellation](first-step
* **instanceType**: The VM type you want to use for your Constellation nodes.
Supported are all machines from the N2D family. It defaults to `n2d-standard-4` (4 vCPUs, 16 GB RAM), but you can use any other VMs from the same family. Refer to [N2D machine series](https://cloud.google.com/compute/docs/general-purpose-machines#n2d_machines) or run `constellation config instance-types` to get the list of all supported options.
Supported are all machines from the N2D family with a minimum of 4 vCPUs. It defaults to `n2d-standard-4` (4 vCPUs, 16 GB RAM), but you can use any other VMs from the same family. Refer to [N2D machine series](https://cloud.google.com/compute/docs/general-purpose-machines#n2d_machines) or run `constellation config instance-types` to get the list of all supported options.
</tabItem>
</tabs>