File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
contrib/multimaster/tests Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
- role : postgres
7
7
pg_port : 15432
8
8
pg_repo : https://github.com/postgrespro/postgres_cluster.git
9
+ pg_version_tag : master
9
10
pg_destroy_and_init : true
10
11
pg_datadir : " /mnt/pgtmpfs/data_{{pg_port}}"
11
12
pg_config_role :
44
45
- " multimaster.conn_strings = '{{ connections }}'"
45
46
- " multimaster.node_id = {{ node_id }}"
46
47
- " multimaster.queue_size = 1073741824"
47
- - " multimaster.workers = 16 "
48
+ - " multimaster.workers = 32 "
48
49
49
50
- name : restart postgrespro
50
51
command : " {{pg_dst}}/bin/pg_ctl restart -w -D {{pg_datadir}} -l {{pg_datadir}}/pg.log"
57
58
- role : postgres
58
59
pg_port : 15432
59
60
pg_repo : https://github.com/postgrespro/postgres_cluster.git
61
+ pg_version_tag : master
60
62
pg_destroy_and_init : true
61
63
62
64
tasks :
Original file line number Diff line number Diff line change 46
46
- name : run transfers
47
47
shell : >
48
48
~/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 }} |
50
50
tee -a perf.results |
51
51
sed "s/^/`hostname`:/"
52
52
register : transfers_result
You can’t perform that action at this time.
0 commit comments