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

fix: Try to resolve heap memory errors (#435) #436

Merged
merged 1 commit into from
Nov 29, 2023
Merged

fix: Try to resolve heap memory errors (#435) #436

merged 1 commit into from
Nov 29, 2023

Commits on Nov 29, 2023

  1. fix: Try to resolve heap memory errors (#435)

    We are seeing errors in prod relating to javascript running out of
    memory due to the heap growing. Most likely culprit is the block
    prefetch. There may be some characteristics in prod that cause this
    error, but not in dev. Failures cause the entire machine to crash and
    restart.
    
    We'll reduce the prefetch queue size, which is likely the largest memory eater in the worker, to hopefully avoid this worker heap memory issue.
    darunrs committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    24dd0df View commit details
    Browse the repository at this point in the history