diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 672aa2c7f..61aa4bd5d 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -84,6 +84,7 @@ jobs: - name: Alter max connections run: | + docker ps docker exec -i postgres bash << EOF sed -i -e 's/max_connections = 100/max_connections = 1000/' /var/lib/postgresql/data/postgresql.conf sed -i -e 's/shared_buffers = 128MB/shared_buffers = 512MB/' /var/lib/postgresql/data/postgresql.conf