Bump max_parallel_workers_per_gather to 8

main
Max Ignatenko 2024-02-25 11:35:10 +00:00
parent fa592c2b34
commit b4a0c268d6
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ services:
command: [
"-c", "max_connections=1000",
"-c", "shared_buffers=8GB",
"-c", "work_mem=2GB"
"-c", "work_mem=2GB",
"-c", "max_parallel_workers_per_gather=8",
]
shm_size: '16gb'
lister: