Skip to content
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

onblock error = { MongoError: document is larger than the maximum size 16777216’ #15

Open
unwriter opened this issue Jul 27, 2019 · 1 comment

Comments

@unwriter
Copy link
Contributor

On Testnet it crashes at height 1157433 https://test.whatsonchain.com/block-height/1157433

Crash log: https://pastebin.com/L3w6aXRH

Looks like it's crashing because it's trying to insert a document larger than the max limit 16MB, but looking at the transaction itself, it shouldn't be large enough to exceed 16MB. Look into what's going on.

@mboyd1
Copy link

mboyd1 commented Jul 30, 2019

running a euler machine on testnet, hits a similar crash on height 54507 https://test.whatsonchain.com/block-height/54507

Crash log: https://pastebin.com/ZK8Pu55a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants