We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d993a97 commit cbc07baCopy full SHA for cbc07ba
docs/admin/scale.md
@@ -25,7 +25,7 @@ To support 120 concurrent workspace builds, for example:
25
26
- Create a cluster/nodepool with 4 nodes, 8-core each (AWS: `t3.2xlarge` GCP: `e2-highcpu-8`)
27
- Run coderd with 4 replicas, 30 provisioner daemons each. (`CODER_PROVISIONER_DAEMONS=30`)
28
-- Ensure Coder's [PostgreSQL server](./configure.md#postgresql-database) can use up to 1.5 cores
+- Ensure Coder's [PostgreSQL server](./configure.md#postgresql-database) can use up to 2 cores and 4 GB RAM
29
30
## Recent scale tests
31
0 commit comments