We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672831b commit cc0615dCopy full SHA for cc0615d
1 file changed
.github/workflows/ci.yml
@@ -32,12 +32,13 @@ jobs:
32
# Provide the password for postgres
33
env:
34
POSTGRES_PASSWORD: postgres
35
- # Set health checks to wait until postgres has started
+ # Set health checks to wait until postgres has started & increase SHM size
36
options: >-
37
--health-cmd pg_isready
38
--health-interval 10s
39
--health-timeout 5s
40
--health-retries 5
41
+ --shm-size=1gb
42
ports:
43
# Maps tcp port 5432 on service container to the host
44
- 5432:5432
0 commit comments