Skip to content

Commit 9253e6b

Browse files
committed
bump max_worker_processes for citus
1 parent 582f0e6 commit 9253e6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/files/postgresql_config/postgresql.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ shared_buffers = 128MB # min 128kB
186186
#backend_flush_after = 0 # measured in pages, 0 disables
187187
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
188188
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
189-
#max_worker_processes = 8 # (change requires restart)
189+
max_worker_processes = 10 # (change requires restart)
190190
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
191191
#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
192192
#max_parallel_workers = 8 # maximum number of max_worker_processes that

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.122-citus-0"
1+
postgres-version = "15.1.0.122-citus-1"

0 commit comments

Comments
 (0)