mirror of https://github.com/citusdata/citus.git
set max connections as 1000
parent
2a011164f2
commit
fa7da6fb70
|
@ -406,6 +406,8 @@ push(@pgOptions, '-c', "max_parallel_workers_per_gather=0");
|
|||
# Allow CREATE SUBSCRIPTION to work
|
||||
push(@pgOptions, '-c', "wal_level=logical");
|
||||
|
||||
push(@pgOptions, '-c', "max_connections=1000");
|
||||
|
||||
# Citus options set for the tests
|
||||
push(@pgOptions, '-c', "citus.shard_count=4");
|
||||
push(@pgOptions, '-c', "citus.shard_max_size=1500kB");
|
||||
|
|
Loading…
Reference in New Issue