Skip to content

Commit f9f5ed4

Browse files
committed
avac = off
1 parent 7db1e23 commit f9f5ed4

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
@@ -10,7 +10,7 @@ import (
1010
const (
1111
TRANSFER_CONNECTIONS = 8
1212
INIT_AMOUNT = 10000
13-
N_ITERATIONS = 10000
13+
N_ITERATIONS = 100000
1414
N_ACCOUNTS = TRANSFER_CONNECTIONS//100000
1515
ISOLATION_LEVEL = "repeatable read"
1616
//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)