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

doc,worker: document resourceLimits overrides #43992

Merged
merged 2 commits into from Aug 29, 2022

Commits on Jul 26, 2022

  1. doc,worker: document resourceLimits overrides

    If `--max-old-space-size` is passed on the command line, it takes
    precedence over `resourceLimits.maxOldSpaceSizeMb` passed to the worker
    thread. IMO this is a bug, but seems unlikely to change(?), so let's
    start by documenting it. See the attached issue for more details.
    
    Refs: nodejs#43991
    kvakil committed Jul 26, 2022
    Copy the full SHA
    44c9fcc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Copy the full SHA
    61fc604 View commit details
    Browse the repository at this point in the history