Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uplib,src,doc: add --heapsnapshot-signal CLI flag #27133
+74
−0
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
C++
label
Apr 8, 2019
joyeecheung
reviewed
Apr 8, 2019
cjihrig
force-pushed the
cjihrig:heap-signal
branch
from
bca5f9e
to
ce07ec7
Apr 8, 2019
jasnell
approved these changes
Apr 8, 2019
|
LGTM with @joyeecheung's comment addressed |
cjihrig
force-pushed the
cjihrig:heap-signal
branch
from
ce07ec7
to
b20b6f7
Apr 8, 2019
This comment has been minimized.
This comment has been minimized.
|
Does this work on Windows? (I'm guessing not, at least based on the equivalent test in node/test/report/test-report-config.js Lines 63 to 87 in cc4e8e0 |
bnoordhuis
reviewed
Apr 8, 2019
sam-github
approved these changes
Apr 8, 2019
doc/api/cli.md Outdated
cjihrig
added
the
semver-minor
label
Apr 11, 2019
cjihrig
force-pushed the
cjihrig:heap-signal
branch
from
b20b6f7
to
a446608
Apr 11, 2019
richardlau
reviewed
Apr 11, 2019
cjihrig
force-pushed the
cjihrig:heap-signal
branch
2 times, most recently
from
e89e9d6
to
2520bf7
Apr 11, 2019
This comment has been minimized.
This comment has been minimized.
richardlau
approved these changes
Apr 11, 2019
cjihrig
force-pushed the
cjihrig:heap-signal
branch
from
2520bf7
to
f84eddf
Apr 12, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Apr 12, 2019
•
|
CI: https://ci.nodejs.org/job/node-test-pull-request/22395/ EDIT(cjihrig): CI was green. |
addaleax
approved these changes
Apr 12, 2019
cjihrig
force-pushed the
cjihrig:heap-signal
branch
from
f84eddf
to
9b6b567
Apr 12, 2019
cjihrig
merged commit 9b6b567
into
nodejs:master
Apr 12, 2019
cjihrig
deleted the
cjihrig:heap-signal
branch
Apr 12, 2019
This was referenced Apr 23, 2019
This was referenced Apr 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
cjihrig commentedApr 8, 2019
This flag allows heap snapshots to be captured without modifying application code. IMO, this is a big part of the "heapdump in core" use case.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes