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

cli: add --heapsnapshot-near-heap-limit option #33010

Closed
wants to merge 3 commits into from

Commits on Oct 15, 2020

  1. src: add --heapsnapshot-near-heap-limit option

    This patch adds a --heapsnapshot-near-heap-limit CLI option
    that takes heap snapshots when the V8 heap is approaching
    the heap size limit. It will try to write the snapshots
    to disk before the program crashes due to OOM.
    joyeecheung committed Oct 15, 2020
    Copy the full SHA
    c29e40f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca8101a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

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