Skip to content

Commit b22fb6b

Browse files
committed
deploy params
1 parent bd824c1 commit b22fb6b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

contrib/multimaster/tests/deploy_layouts/cluster.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- role: postgres
77
pg_port: 15432
88
pg_repo: https://github.com/postgrespro/postgres_cluster.git
9+
pg_version_tag: master
910
pg_destroy_and_init: true
1011
pg_datadir: "/mnt/pgtmpfs/data_{{pg_port}}"
1112
pg_config_role:
@@ -44,7 +45,7 @@
4445
- "multimaster.conn_strings = '{{ connections }}'"
4546
- "multimaster.node_id = {{ node_id }}"
4647
- "multimaster.queue_size = 1073741824"
47-
- "multimaster.workers = 16"
48+
- "multimaster.workers = 32"
4849

4950
- name: restart postgrespro
5051
command: "{{pg_dst}}/bin/pg_ctl restart -w -D {{pg_datadir}} -l {{pg_datadir}}/pg.log"
@@ -57,6 +58,7 @@
5758
- role: postgres
5859
pg_port: 15432
5960
pg_repo: https://github.com/postgrespro/postgres_cluster.git
61+
pg_version_tag: master
6062
pg_destroy_and_init: true
6163

6264
tasks:

contrib/multimaster/tests/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: run transfers
4747
shell: >
4848
~/pg_cluster/install/bin/dtmbench {{connections}}
49-
-w {{ nconns }} -r 1 -n 2000 -a 500000 |
49+
-w {{ nconns }} -r 1 -n 50000 -a 500000 -p {{ up }} |
5050
tee -a perf.results |
5151
sed "s/^/`hostname`:/"
5252
register: transfers_result

0 commit comments

Comments
 (0)