So im doing a backup of a full node from one drive into another. I installed Bitcoin Core 29.4 and copied the blocks folder. I like to create a brand new chainstate folder so I left it verifying all the blocks. It was fast until around 64%, block heights around august 2023 or so, which I reckon started going slower, but when I came back it was stuck with the following message:
2026-09-01T18:25:15Z Cache size (17469837200) exceeds total space (17469383424)
2026-09-01T18:25:16Z [warning] Flushing large (16 GiB) UTXO set to disk, it may take several minutes
My bitcoin.conf settings:
It's a 32GB system with an AMD CPU 32 threads and im using an 8TB HDD.
Does anyone know how often should this happen? Because after 64%, it took around an hour, and then at around 74%, it's happening again. So is it going to take an hour every 10% stuck with that message?
Btw, I would like to request to devs a sort of progress % being prompted by bitcoind so I can see something on the debug.log instead of the "[warning] Flushing large (16 GiB) UTXO set to disk, it may take several minutes" message as some people may run out of patience and close Bitcoin Core in this state which is probably not a good idea. There is no indication of anything going on on the GUI as well.