You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, at around block 879,200, I encountered the same looping issue. To mitigate this, I set --commit-interval to 10. Upon reaching block 880,100, I noticed a significant increase in storage usage.
Question:
The index file has grown significantly. Could the low commit interval be causing excessive disk usage?
Given my 200GB storage limit, is there an optimal way to manage storage while ensuring the index syncs successfully?
The text was updated successfully, but these errors were encountered:
Issue: High Storage Usage While Syncing Ordinals Index
System Specifications:
Command Used:
Context:
I am using a prebuilt index https://ordstuff.info/indexes/0.22/index-0.22-without-878500.redb.gz.torrent, which unpacks to around 61GB. After starting with this, I sync the remaining blocks. This approach is based on discussions regarding the looping issue (e.g., Issue #3804)
However, at around block 879,200, I encountered the same looping issue. To mitigate this, I set
--commit-interval
to10
. Upon reaching block 880,100, I noticed a significant increase in storage usage.Question:
The text was updated successfully, but these errors were encountered: