We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982616 commit dfe8b85Copy full SHA for dfe8b85
util/warmup.sh
@@ -14,8 +14,8 @@ fio --filename=/home/ubuntu/bitcoin/scripts/scripthash_script.dat --rw=read --bs
14
15
touch /home/ubuntu/BlockSci/SCRIPT_DATA_HEATED
16
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
+fio --opendir=/home/ubuntu/bitcoin/hashIndex --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize
+fio --opendir=/home/ubuntu/bitcoin/addressesDb --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize
19
20
touch /home/ubuntu/BlockSci/INDEX_DATA_HEATED
21
0 commit comments