-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ord index update - killed #3921
Comments
Lose the Reference ➡️ #2999 |
ok cool. thx for your feedback. i'll try it |
For what it's worth, if you're not familiar |
ok perfect. thank you. i have deleted the redb and restarted the index. will reconfirm as soon as it works. thanks for your support |
the flags --index-spent-sats and --index-transactions consume a lot of memory. that's it. it works. thx |
We're going to get rid of the |
Good call 👍🏻 |
Description of the Issue:
I am experiencing a consistent issue where the ord sync process is being killed due to insufficient memory. This occurs repeatedly, often near the completion of the indexing process. The problem affects both signet and mainnet.
System Information:
Operating System: Ubuntu 22.04
BTC Version: v27.1.0
Ord Version: 0.19.1
Memory: 62 GB physical, 100 GB swap
Problem Details:
When attempting to complete the ord sync, the process gets killed, presumably due to an "out of memory" event. The Bitcoin full node is fully synced without any issues, but ord cannot finish indexing. The issue occurs on both mainnet and signet.
Bitcoin Node Status:
Mainnet Status:
Signet Status:
Sync Command Used:
ord -s --cookie-file /root/.bitcoin/signet/.cookie --index-runes --index-addresses --index-spent-sats --index-transactions --index-sats index update
Progress Before Crash:
[indexing blocks] █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████░ 210001/210822
Killed
Screenshot
Status of the working memory before the kill event is fired.
Steps Taken to Resolve the Issue:
Suspected Cause:
The issue appears to be related to insufficient memory during the ord sync process, but it’s unclear if there are underlying bugs contributing to the crash.
Expected Behavior:
The ord sync should complete without being terminated, fully indexing all blocks as commanded.
Actual Behavior:
The ord sync process is terminated due to what seems like an out-of-memory event before indexing is completed.
Logs / Screenshots:
Unfortunately, there are no additional logs available as the process simply outputs "Killed" when it fails.
Additional Information:
This issue might be related to GitHub Issue #2439. I am not sure if it is connected, but it appears similar. Is there a known solution for this issue?
If there are additional troubleshooting steps or specific configurations recommended to address this, please advise. Any insights into whether this is a configuration issue, a bug, or if further memory optimizations are required would be greatly appreciated.
The text was updated successfully, but these errors were encountered: