From 01d3b504d1f533627cf4e9fd244795808fc4e71a Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Tue, 17 Jun 2025 12:14:58 +0200 Subject: [PATCH] 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 648d8caf278255fedb30da08f2846a2055671fae) Closes scylladb/scylladb#24545 --- .../cloud-instance-recommendations.rst | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/cloud-instance-recommendations.rst b/docs/getting-started/cloud-instance-recommendations.rst index 0de1e9ac2c..6777f67da5 100644 --- a/docs/getting-started/cloud-instance-recommendations.rst +++ b/docs/getting-started/cloud-instance-recommendations.rst @@ -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 `_) -Recommended instances types are `n1-highmem `_ and `n2-highmem `_ +Recommended instances types are `z3-highmem-highlssd `_, +`n1-highmem `_, and `n2-highmem `_ + + +.. 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