File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,5 @@ HEALTHCHECK_FILE_INTERVAL=60s
2424HEALTHCHECK_FILE_TIMEOUT = 10s
2525HEALTHCHECK_FILE_RETRIES = 3
2626HEALTHCHECK_FILE_START_PERIOD = 600s
27- # Caution: Raising max connections of postgres increases CPU and RAM usage
28- # see https://github.com/getsentry/self-hosted/pull/2740 for more information
29- POSTGRES_MAX_CONNECTIONS = 100
3027# Set SETUP_JS_SDK_ASSETS to 1 to enable the setup of JS SDK assets
3128# SETUP_JS_SDK_ASSETS=1
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ services:
139139 # Using default user "postgres" from sentry/sentry.conf.example.py or value of POSTGRES_USER if provided
140140 test : ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-postgres}"]
141141 command :
142- ["postgres", "-c", "max_connections=${POSTGRES_MAX_CONNECTIONS:-100}" ]
142+ ["postgres"]
143143 environment :
144144 POSTGRES_HOST_AUTH_METHOD : " trust"
145145 volumes :
You can’t perform that action at this time.
0 commit comments