Giter Site home page Giter Site logo

Comments (3)

joeuhren avatar joeuhren commented on August 14, 2024

The "Maximum call stack size exceeded" error is the very first issue documented in the README in the KNOWN ISSUES section:
image

Long story short, the 84165 or 84166 block has 1 or more txes that require more memory to gather all the data so you need to increase the memory available to the block sync to continue. To do this you need to use the old-style sync cmd and specify a higher stack-size value than the default. You can try something like this:

node --stack-size=10000 scripts/sync.js index update

from eiquidus.

grigzy28 avatar grigzy28 commented on August 14, 2024

Thanks joeuhren. It's working on syncing once again. I hadn't ran the old way in a long time. Will try to remember to actually read the error and not just overlook the real error in the future.

from eiquidus.

joeuhren avatar joeuhren commented on August 14, 2024

Thanks joeuhren. It's working on syncing once again. I hadn't ran the old way in a long time. Will try to remember to actually read the error and not just overlook the real error in the future.

No worries! I would love to fix this at some point in the future, but it would take a lot of effort to move everything around which would be somewhat complicated and it already works great as long as you increase the stack size. Perhaps the better option would be to set the stack size to a higher value by default and/or allow changing the value via the config and detect the error a bit better might suffice for the short-term future. At least there is a workaround for now.

from eiquidus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.