Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase postgres max_connections above 100 connections #2740

Merged
merged 7 commits into from
Mar 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added warning about raising POSTGRES_MAX_CONNECTIONS
  • Loading branch information
erfantkerfan committed Feb 29, 2024
commit 420488bf27939e71d8e23b9537c5c900f9846554
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
erfantkerfan marked this conversation as resolved.
Show resolved Hide resolved
# see https://github.com/getsentry/self-hosted/pull/2740 for more
erfantkerfan marked this conversation as resolved.
Show resolved Hide resolved
POSTGRES_MAX_CONNECTIONS=100