docker-compose increase pg shared memory to 1 gb

This commit is contained in:
Ivan Folgueira Bande 2024-08-21 09:40:40 +02:00
parent 0d83db25fc
commit be32ca4b3c
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -112,6 +112,7 @@ services:
# and the store-message-db-url is set to use Postgres
image: postgres:15.4-alpine3.18
restart: on-failure:5
shm_size: '1g' # Set shared memory size to 1 GB
environment:
<<: *pg_env
volumes: