Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit d704769

Browse files
committed
Increase shared memory for db container
* Fixes #65 See: https://stackoverflow.com/a/56754077/1437781 Signed-off-by: João Gonçalves <jsvgoncalves@gmail.com>
1 parent 5e93e95 commit d704769

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
services:
77
glossary_postgres:
88
image: postgres
9+
shm_size: 1g
910
restart: always
1011
environment:
1112
POSTGRES_USER: ${POSTGRES_USER}

0 commit comments

Comments
 (0)