docs: clearer postgres sizing recommendations (#6302)

This commit is contained in:
Ben Potter
2023-03-02 15:53:55 +00:00
committed by GitHub
parent 2ff1c6d613
commit ea7a80c5ff
+1 -1
View File
@@ -25,7 +25,7 @@ To support 120 concurrent workspace builds, for example:
- Create a cluster/nodepool with 4 nodes, 8-core each (AWS: `t3.2xlarge` GCP: `e2-highcpu-8`)
- Run coderd with 4 replicas, 30 provisioner daemons each. (`CODER_PROVISIONER_DAEMONS=30`)
- 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
## Recent scale tests