We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a43bd commit 870c320Copy full SHA for 870c320
doc/api/cli.md
@@ -244,7 +244,8 @@ added: v12.0.0
244
-->
245
246
Enables a signal handler that causes the Node.js process to write a heap dump
247
-when the specified signal is received.
+when the specified signal is received. `signal` must be a valid signal name.
248
+Disabled by default.
249
250
```console
251
$ node --heapsnapshot-signal=SIGUSR2 index.js &
@@ -307,9 +308,6 @@ added: v12.4.0
307
308
309
Specify the file name of the heap profile generated by `--heap-prof`.
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
-
313
### `--http-parser=library`
314
<!-- YAML
315
added: v11.4.0
0 commit comments