File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ansible/files/postgresql_config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ shared_buffers = 128MB # min 128kB
186
186
#backend_flush_after = 0 # measured in pages, 0 disables
187
187
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
188
188
#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)
190
190
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
191
191
#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
192
192
#max_parallel_workers = 8 # maximum number of max_worker_processes that
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.122-citus-0 "
1
+ postgres-version = " 15.1.0.122-citus-1 "
You can’t perform that action at this time.
0 commit comments