Skip to content

Commit 0a1dd70

Browse files
Remove Database & Redis rows from sizing table
1 parent a8f0523 commit 0a1dd70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docs/deployment/sizing-guide.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ These recommendations are based on real-world deployments. Your results may vary
1616
| **CPU** | 2 cores | 4 cores | 8 cores | 16+ cores |
1717
| **Memory** | 4 GB | 8 GB | 32 GB | 64+ GB |
1818
| **Disk** | 50 GB | 100 GB | 250 GB | 500+ GB |
19-
| **Database** | Embedded | Embedded | External recommended | External recommended |
20-
| **Redis** | Embedded | Embedded | External recommended | External recommended |
2119

2220
We recommend using external managed Postgres and Redis instances rather than the ones embedded in the Sourcebot container, as this adds stability to your deployment. You can configure these with the `DATABASE_URL` and `REDIS_URL` [environment variables](/docs/configuration/environment-variables).
2321

0 commit comments

Comments
 (0)