Skip to content

Commit 3ddd266

Browse files
committed
2 parents 78ef39b + 660f187 commit 3ddd266

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contrib/pg_xtm/tests/transfers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
const (
1212
TRANSFER_CONNECTIONS = 8
1313
INIT_AMOUNT = 10000
14-
N_ITERATIONS = 10000
14+
N_ITERATIONS = 100000
1515
N_ACCOUNTS = TRANSFER_CONNECTIONS//100000
1616
//ISOLATION_LEVEL = "repeatable read"
1717
ISOLATION_LEVEL = "read committed"

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ sed -i '' 's/#fsync =.*/fsync = off/' ./install/data2/postgresql.conf
2626
echo 'dtm.node_id = 0' >> ./install/data1/postgresql.conf
2727
echo 'dtm.node_id = 1' >> ./install/data2/postgresql.conf
2828

29+
echo 'autovacuum = off' >> ./install/data1/postgresql.conf
30+
echo 'autovacuum = off' >> ./install/data2/postgresql.conf
31+
2932
./install/bin/pg_ctl -D ./install/data1 -l ./install/data1/log start
3033
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
3134

0 commit comments

Comments
 (0)