Skip to content

Commit cbc07ba

Browse files
committed
docs: clearer postgres sizing recommendations
1 parent d993a97 commit cbc07ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/scale.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To support 120 concurrent workspace builds, for example:
2525

2626
- Create a cluster/nodepool with 4 nodes, 8-core each (AWS: `t3.2xlarge` GCP: `e2-highcpu-8`)
2727
- 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
28+
- Ensure Coder's [PostgreSQL server](./configure.md#postgresql-database) can use up to 2 cores and 4 GB RAM
2929

3030
## Recent scale tests
3131

0 commit comments

Comments
 (0)