File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,12 @@ For example, to support 120 concurrent workspace builds:
108
108
109
109
| Environment | Coder CPU | Coder RAM | Database | Users | Concurrent builds | Concurrent connections (Terminal/SSH) | Coder Version | Last tested |
110
110
| ---------------- | --------- | --------- | ---------------- | ----- | ----------------- | ------------------------------------- | ------------- | ------------ |
111
- | Kubernetes (GKE) | 3 cores | 12 GB | db-f1-micro | 200 | 3 | 200 (40KB/s web terminal each) | ` v0.24.1 ` | Jun 26, 2023 |
112
- | Kubernetes (GKE) | 4 cores | 8 GB | db-custom-1-3840 | 1500 | 20 | 1,500 | ` v0.24.1 ` | Jun 27, 2023 |
113
- | Kubernetes (GKE) | 2 cores | 4 GB | db-custom-1-3840 | 500 | 20 | 500 (640KB/s SSH each) | ` v0.27.2 ` | Jul 27, 2023 |
111
+ | Kubernetes (GKE) | 3 cores | 12 GB | db-f1-micro | 200 | 3 | 200 simulated | ` v0.24.1 ` | Jun 26, 2023 |
112
+ | Kubernetes (GKE) | 4 cores | 8 GB | db-custom-1-3840 | 1500 | 20 | 1,500 simulated | ` v0.24.1 ` | Jun 27, 2023 |
113
+ | Kubernetes (GKE) | 2 cores | 4 GB | db-custom-1-3840 | 500 | 20 | 500 simulated | ` v0.27.2 ` | Jul 27, 2023 |
114
+
115
+ > Note: a simulated connection reads and writes random data at 40KB/s per
116
+ > connection.
114
117
115
118
## Scale testing utility
116
119
You can’t perform that action at this time.
0 commit comments