doc: add support for z3 GCP

This commit adds support for z3-highmem-highlssd instance types to
Cloud Instance Recommendations for GCP.

Fixes https://github.com/scylladb/scylladb/issues/24511

Closes scylladb/scylladb#24533

(cherry picked from commit 648d8caf27)

Closes scylladb/scylladb#24545
This commit is contained in:
Anna Stuchlik
2025-06-17 12:14:58 +02:00
committed by Botond Dénes
parent a63b22eec6
commit 01d3b504d1

View File

@@ -113,7 +113,38 @@ Pick a zone where Haswell CPUs are found. Local SSD performance offers, accordin
Image with NVMe disk interface is recommended.
(`More info <https://cloud.google.com/compute/docs/disks/local-ssd>`_)
Recommended instances types are `n1-highmem <https://cloud.google.com/compute/docs/general-purpose-machines#n1_machines>`_ and `n2-highmem <https://cloud.google.com/compute/docs/general-purpose-machines#n2_machines>`_
Recommended instances types are `z3-highmem-highlssd <https://cloud.google.com/compute/docs/storage-optimized-machines#z3_machine_types>`_,
`n1-highmem <https://cloud.google.com/compute/docs/general-purpose-machines#n1_machines>`_, and `n2-highmem <https://cloud.google.com/compute/docs/general-purpose-machines#n2_machines>`_
.. list-table::
:widths: 30 20 20 30
:header-rows: 1
* - Model
- vCPU
- Mem (GB)
- Storage (GB)
* - z3-highmem-8-highlssd
- 8
- 64
- 3,000
* - z3-highmem-16-highlssd
- 16
- 128
- 6,000
* - z3-highmem-22-highlssd
- 22
- 176
- 9,000
* - z3-highmem-32-highlssd
- 32
- 256
- 12,000
* - z3-highmem-44-highlssd
- 44
- 352
- 18,000
.. list-table::
:widths: 30 20 20 30