Increase default background workers

Increate the number of background workers since we have flaky tests as
a result of groups running out of background workers. We also increate
the total number of workers to 24 for the default configuration when
running tests.

Fixes #4023
This commit is contained in:
Mats Kindahl 2022-01-28 13:37:21 +01:00 committed by Mats Kindahl
parent 05dd4787d1
commit 9714e881e3
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#define BGW_COUNTER_STATE_NAME "ts_bgw_counter_state"
int ts_guc_max_background_workers = 8;
int ts_guc_max_background_workers = 16;
/*
* We need a bit of shared state here to deal with keeping track of the total

View File

@ -3,7 +3,7 @@
# 2) appveyor.yml needs to be updated with the same options
shared_preload_libraries=timescaledb
max_worker_processes=16
max_worker_processes=24
autovacuum=false
random_page_cost=1.0
timescaledb.license='apache'