We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592b2a2 commit 582e1faCopy full SHA for 582e1fa
1 file changed
.github/workflows/postgres.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Alter max connections
90
run: |
91
- POSTGRESQL_CONF=$(find / -name postgresql.conf)
+ POSTGRESQL_CONF=$(sudo find /var/lib/postgresql -name postgresql.conf)
92
docker exec -i postgres bash << EOF
93
sed -i -e 's/max_connections = 100/max_connections = 1000/' $POSTGRESQL_CONF
94
sed -i -e 's/shared_buffers = 128MB/shared_buffers = 2GB/' $POSTGRESQL_CONF
0 commit comments