docker-compose increase pg shared memory to 1 gb (#119)

This commit is contained in:
Ivan FB 2024-08-23 15:49:14 +02:00 committed by GitHub
parent 0d83db25fc
commit 2d5e689d09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: