mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-01-09 15:16:03 +00:00
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…
x
Reference in New Issue
Block a user