allada / bsc-archive-snapshot

Free public Binance Smart Chain (BSC) Archive Snapshot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can it run with --db.pagesize=8kb ?

flywukong opened this issue · comments

commented

the mdbx should be consistent with the config of pagesize , so this tarball is done with --db.pagesize=8kb or --db.pagesize=4kb ? if it is runned with 4kb , I am afraid that the data can not be run with flag --db.pagesize=8kb

PS : I did not use your script to run it , I have run node with below command and it works well for 10+ hours,
./erigon --chain=bsc --datadir /server/archive --snap.keepblocks --db.pagesize=8kb

Currently it is 4k (default), but I've been working on a new sync that is 16k that should be released in a week or so.

commented

we can also use mdbx_dump/mdbx_load tools to convert the data into 8k or 16k

As of 4d8d56a, it uses 16k blocks. This solved much of the "can't keep up with latest blocks issues".