Skip to content

Commit b663d78

Browse files
authored
Increase SHM size to 8GB for PostgreSQL service.
1 parent d922b0c commit b663d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
--health-interval 10s
3939
--health-timeout 5s
4040
--health-retries 5
41-
--shm-size=1gb
41+
--shm-size=8gb
4242
ports:
4343
# Maps tcp port 5432 on service container to the host
4444
- 5432:5432

0 commit comments

Comments
 (0)