Skip to content

Commit

Permalink
added warning about raising POSTGRES_MAX_CONNECTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
erfantkerfan committed Feb 29, 2024
1 parent 7e74b25 commit 8a2f1e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ WAL2JSON_VERSION=latest
HEALTHCHECK_INTERVAL=30s
HEALTHCHECK_TIMEOUT=1m30s
HEALTHCHECK_RETRIES=10
# Caution: Raising max connection of postgres uses additional CPU and RAM
# see https://github.com/getsentry/self-hosted/pull/2740 for more
POSTGRES_MAX_CONNECTIONS=100

0 comments on commit 8a2f1e6

Please sign in to comment.