Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 870c320

Browse filesBrowse files
vsemozhetbyttargos
authored andcommitted
doc: join parts of disrupt section in cli.md
Also eliminate some redundancy. PR-URL: #30038 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 21a43bd commit 870c320
Copy full SHA for 870c320

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+2-4Lines changed: 2 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ added: v12.0.0
244244
-->
245245

246246
Enables a signal handler that causes the Node.js process to write a heap dump
247-
when the specified signal is received.
247+
when the specified signal is received. `signal` must be a valid signal name.
248+
Disabled by default.
248249

249250
```console
250251
$ node --heapsnapshot-signal=SIGUSR2 index.js &
@@ -307,9 +308,6 @@ added: v12.4.0
307308
308309
Specify the file name of the heap profile generated by `--heap-prof`.
309310

310-
Generates a heap snapshot each time the process receives the specified signal.
311-
`signal` must be a valid signal name. Disabled by default.
312-
313311
### `--http-parser=library`
314312
<!-- YAML
315313
added: v11.4.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.