1
0
Fork 0

add postgres mem

This commit is contained in:
Ilya Mukhortov 2026-03-07 10:37:49 +10:00
parent c5a2351b88
commit 20e838bf80
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
container_name: medicine-stack-postgres container_name: medicine-stack-postgres
image: postgres:12.2 image: postgres:12.2
shm_size: 1gb shm_size: 1gb
command: postgres -c shared_buffers=512MB -c work_mem=8MB command: postgres -c shared_buffers=512MB -c work_mem=16MB
restart: "always" restart: "always"
networks: networks:
- medicine-network - medicine-network