Skip to content

Commit 14daf9b

Browse files
authored
increase shm_memory (#1103)
1 parent f0a256f commit 14daf9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
image: store-pgsql
5252
restart: always
5353
build: ./postgres
54-
# shm_size: '256MB' # if I'm going to increase work_mem in postgres, also increase this
54+
shm_size: '256MB'
5555
volumes:
5656
- postgres_data:/var/lib/postgresql/data
5757
expose:

0 commit comments

Comments
 (0)