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

src: properly configure default heap limits #25576

Closed
wants to merge 1 commit into from

Commits on Feb 1, 2019

  1. src: properly configure default heap limits

    Unless configured, V8 defaults to limiting the max heaps size to 700 MB
    or 1400MB on 32 and 64-bit platforms respectively. This default is
    based on the browser use-cases and doesn't make a lot of sense
    generally. This change properly configures the heap size based on
    actual available memory.
    ofrobots committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    267218a View commit details
    Browse the repository at this point in the history