Skip to content

Commit dfe8b85

Browse files
committed
Update warmup script to properly warmup new index dbs
1 parent e982616 commit dfe8b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/warmup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fio --filename=/home/ubuntu/bitcoin/scripts/scripthash_script.dat --rw=read --bs
1414

1515
touch /home/ubuntu/BlockSci/SCRIPT_DATA_HEATED
1616

17-
fio --filename=/home/ubuntu/bitcoin/hashIndex.dat --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize
18-
fio --filename=/home/ubuntu/bitcoin/addressesDb.dat --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize
17+
fio --opendir=/home/ubuntu/bitcoin/hashIndex --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize
18+
fio --opendir=/home/ubuntu/bitcoin/addressesDb --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize
1919

2020
touch /home/ubuntu/BlockSci/INDEX_DATA_HEATED
2121

0 commit comments

Comments
 (0)