|
127 | 127 | -"max_worker_processes = 15"
|
128 | 128 | -"max_replication_slots = 10"
|
129 | 129 | -"max_wal_senders = 10"
|
| 130 | + -"max_worker_processes = 30" |
130 | 131 | -"log_checkpoints = on"
|
131 | 132 | -"log_autovacuum_min_duration = 0"
|
132 | 133 | -"shared_preload_libraries = 'raftable,multimaster'"
|
133 | 134 | -"default_transaction_isolation = 'repeatable read'"
|
134 | 135 | -"raftable.id = {{ node_id }}"
|
135 | 136 | -"raftable.peers = '{{ raft_connstr }}'"
|
136 |
| - -"multimaster.workers =4" |
| 137 | + -"multimaster.workers =20" |
137 | 138 | -"multimaster.arbiter_port = {{ 7777 }}"
|
138 | 139 | -"multimaster.use_raftable = true"
|
139 |
| - -"multimaster.queue_size=52857600" |
| 140 | + -"multimaster.queue_size=528576000" |
140 | 141 | -"multimaster.ignore_tables_without_pk = 1"
|
141 | 142 | -"multimaster.node_id = {{ node_id }}"
|
142 | 143 | -"multimaster.conn_strings = '{{ mm_connstr }}'"
|
|