KiraCore/kira

Snapshot monitoring high CPU consumption

Closed this issue · 1 comments

Frequent snapshot monitoring and checksum calculation is causing the high CPU usage even if all the containers are stopped.

HASH1=$(sha256sum "$KIRA_SNAP_PATH" | awk '{ print $1 }' || echo "")

HASH2=$(sha256sum "$INTERX_SNAPSHOT_PATH" | awk '{ print $1 }' || echo "")

should be resolved with testnet-2