-
Notifications
You must be signed in to change notification settings - Fork 29
Initial sync may block with CPU maxed out #6
Comments
Oh dear, it shows with the external drive as well
|
If the node is given the block data from elsewhere it seems to run fine afterwards. |
I compiled version 1.25.1 from source on Pi4 8GB OS Ubuntu Server 64bit and am seeing similar issue. Compiled with cabal-install 3.4.0.0 and ghc 8.10.2, the node runs and starts to sync, after a period of about 20 minutes cardano-cli query tip --mainnet becomes unresponsive. Running cardano-node in the terminal reveals the sync appears to stop, but the node is still running full tilt, left overnight consumed 80% of RAM but no additional blocks written to disk. Restarting the cardano-node resumes sync until it fails again. cardano-cli did error on socket exhaustion one time, but cant recreate that condition reliably. May be a localhost socket exhaustion issue? |
On arm64 (i.e. RaspberryPi) you may see this ...
This looks like a tight endless loop or perhaps some I/O condition that cannot be recovered from.
With an even slower USB-A storage device, this condition showed up almost immediately.
On x86_64 this works fine.
CrossRef: IntersectMBO/cardano-node#2251
The text was updated successfully, but these errors were encountered: