Skip to content

Commit

Permalink
try reduce connection pg
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrll committed Aug 28, 2023
1 parent 1eee284 commit 60d1c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
services:
postgres:
image: "openmaptiles/postgis:2.9"
command: postgres -c 'max_connections=1000'
command: postgres -c 'max_connections=400'
volumes:
- pgdata:/var/lib/postgresql/data
ports:
Expand Down

0 comments on commit 60d1c38

Please sign in to comment.