We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a256f commit 14daf9bCopy full SHA for 14daf9b
store/docker-compose.yml
@@ -51,7 +51,7 @@ services:
51
image: store-pgsql
52
restart: always
53
build: ./postgres
54
- # shm_size: '256MB' # if I'm going to increase work_mem in postgres, also increase this
+ shm_size: '256MB'
55
volumes:
56
- postgres_data:/var/lib/postgresql/data
57
expose:
0 commit comments