Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b2ea15e

Browse files
committed
Disable parallel search
1 parent eb3db1d commit b2ea15e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

contrib/multimaster/tests/postgresql.conf.mm

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,5 +624,15 @@
624624

625625
# Add settings for extensions here
626626

627-
multimaster.workers=8
628-
multimaster.queue_size=1073741824
627+
multimaster.queue_size = 173741824
628+
multimaster.workers = 10
629+
multimaster.buffer_size = 65536
630+
multimaster.arbiter_port = 5700
631+
multimaster.vacuum_delay = 1
632+
multimaster.use_dtm = 1
633+
multimaster.twopc_prepare_ratio = 1000
634+
multimaster.trans_spill_threshold = 100
635+
multimaster.max_nodes = 5
636+
multimaster.gc_period = 1000000000
637+
638+
max_parallel_degree=0

0 commit comments

Comments
 (0)