mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +08:00
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:
parent
05dd4787d1
commit
9714e881e3
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user