We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d0109 commit 3a45c7bCopy full SHA for 3a45c7b
doc/api/cli.md
@@ -237,7 +237,8 @@ added: v12.0.0
237
-->
238
239
Enables a signal handler that causes the Node.js process to write a heap dump
240
-when the specified signal is received.
+when the specified signal is received. `signal` must be a valid signal name.
241
+Disabled by default.
242
243
```console
244
$ node --heapsnapshot-signal=SIGUSR2 index.js &
@@ -300,9 +301,6 @@ added: v12.4.0
300
301
302
Specify the file name of the heap profile generated by `--heap-prof`.
303
-Generates a heap snapshot each time the process receives the specified signal.
304
-`signal` must be a valid signal name. Disabled by default.
305
-
306
### `--http-parser=library`
307
<!-- YAML
308
added: v11.4.0
0 commit comments