From cb19f9b2276c46cdeb50264d2fc917420cd61406 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 26 Apr 2024 16:57:10 +0100 Subject: [PATCH 1/2] chore(docs): add note regarding Apr 26 scaletest --- docs/admin/scale.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/scale.md b/docs/admin/scale.md index 8f059c0e86c79..3c4896434f7b9 100644 --- a/docs/admin/scale.md +++ b/docs/admin/scale.md @@ -21,6 +21,7 @@ Learn more about [Coder’s architecture](../about/architecture.md) and our | Kubernetes (GKE) | 2 cores | 4 GB | 1 | db-custom-1-3840 | 500 | 20 | 500 simulated | `v0.27.2` | Jul 27, 2023 | | Kubernetes (GKE) | 2 cores | 8 GB | 2 | db-custom-2-7680 | 1000 | 20 | 1000 simulated | `v2.2.1` | Oct 9, 2023 | | Kubernetes (GKE) | 4 cores | 16 GB | 2 | db-custom-8-30720 | 2000 | 50 | 2000 simulated | `v2.8.4` | Feb 28, 2024 | +| Kubernetes (GKE) | 2 cores | 4 GB | 2 | db-custom-2-7680 | 1000 | 40 | 1000 simulated | `v2.10.2` | Apr 26, 2024 | > Note: a simulated connection reads and writes random data at 40KB/s per > connection. From 43bd532a64ebc304177a45fd51f108768b29c700 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 26 Apr 2024 16:58:07 +0100 Subject: [PATCH 2/2] fixup! chore(docs): add note regarding Apr 26 scaletest --- docs/admin/scale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/scale.md b/docs/admin/scale.md index 3c4896434f7b9..883516d9146f7 100644 --- a/docs/admin/scale.md +++ b/docs/admin/scale.md @@ -21,7 +21,7 @@ Learn more about [Coder’s architecture](../about/architecture.md) and our | Kubernetes (GKE) | 2 cores | 4 GB | 1 | db-custom-1-3840 | 500 | 20 | 500 simulated | `v0.27.2` | Jul 27, 2023 | | Kubernetes (GKE) | 2 cores | 8 GB | 2 | db-custom-2-7680 | 1000 | 20 | 1000 simulated | `v2.2.1` | Oct 9, 2023 | | Kubernetes (GKE) | 4 cores | 16 GB | 2 | db-custom-8-30720 | 2000 | 50 | 2000 simulated | `v2.8.4` | Feb 28, 2024 | -| Kubernetes (GKE) | 2 cores | 4 GB | 2 | db-custom-2-7680 | 1000 | 40 | 1000 simulated | `v2.10.2` | Apr 26, 2024 | +| Kubernetes (GKE) | 2 cores | 4 GB | 2 | db-custom-2-7680 | 1000 | 50 | 1000 simulated | `v2.10.2` | Apr 26, 2024 | > Note: a simulated connection reads and writes random data at 40KB/s per > connection.