Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit797c13f

Browse files
committed
reinit.sh with raftable#2
1 parentdab7614 commit797c13f

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

‎tests/postgresql.conf.mm

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# defaults to'localhost'; use'*'for all
6262
# (changerequires restart)
6363
port =5432# (changerequires restart)
64-
max_connections =200# (changerequires restart)
64+
max_connections =30# (changerequires restart)
6565
# Note: Increasing max_connections costs ~400 bytes of shared memory per
6666
# connection slot, plus lockspace (see max_locks_per_transaction).
6767
#superuser_reserved_connections =3# (changerequires restart)
@@ -624,6 +624,27 @@
624624

625625
# Add settingsfor extensions here
626626

627-
multimaster.workers=8
628-
multimaster.queue_size=104857600 # 100mb
629-
multimaster.ignore_tables_without_pk=1
627+
#multimaster.workers=8
628+
#multimaster.queue_size=104857600 # 100mb
629+
#multimaster.ignore_tables_without_pk=1
630+
631+
listen_addresses='*'
632+
max_prepared_transactions =100
633+
synchronous_commit = off
634+
wal_level = logical
635+
max_worker_processes =15
636+
max_replication_slots =10
637+
max_wal_senders =10
638+
shared_preload_libraries ='raftable,multimaster'
639+
default_transaction_isolation ='repeatable read'
640+
log_checkpoints = on
641+
log_autovacuum_min_duration =0
642+
643+
multimaster.workers =4
644+
multimaster.use_raftable =true
645+
multimaster.queue_size=52857600
646+
multimaster.ignore_tables_without_pk =1
647+
multimaster.heartbeat_recv_timeout =1000
648+
multimaster.heartbeat_send_timeout =250
649+
multimaster.twopc_min_timeout =40000
650+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp