-
Notifications
You must be signed in to change notification settings - Fork 838
Description
I'm running multiple nodes for Ethereum, BSC, Heco, Fantom, ... as well as Avalanche. I've noticed Avalanche is causing excessively high I/O load compared to every other blockchain I'm running.
On this particular system, over a time window of 5 minutes, BSC has caused 130kb of disk writes, Fantom 60kb, Harmony 17MB while Avalanche has caused 23GB of disk writes, so more than a factor of 1000 more than the next blockchain. All nodes are fully synced up, the same picture is visible on all my other systems. The I/O load is attributed to avalanchego, not coreth.
Given the much higher transaction load on f.i. BSC, the Tx load itself doesn't appear to be the cause of this. I'm assuming it has something to do with write caching done by the other blockchains.
Do you have any hints what might be causing this, and ideally, how to get this down to a more reasonable level?
Thanks!