set max connections as 1000

test/adaptive_executor_repartition
Sait Talha Nisanci 2020-07-03 15:35:53 +03:00
parent 2a011164f2
commit fa7da6fb70
1 changed files with 2 additions and 0 deletions

View File

@ -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");