docker-compose increase pg shared memory to 1 gb (#119)
This commit is contained in:
parent
0d83db25fc
commit
2d5e689d09
|
@ -112,6 +112,7 @@ services:
|
||||||
# and the store-message-db-url is set to use Postgres
|
# and the store-message-db-url is set to use Postgres
|
||||||
image: postgres:15.4-alpine3.18
|
image: postgres:15.4-alpine3.18
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
|
shm_size: '1g' # Set shared memory size to 1 GB
|
||||||
environment:
|
environment:
|
||||||
<<: *pg_env
|
<<: *pg_env
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue