diff --git a/doc/api/cli.md b/doc/api/cli.md index ced8cece1d57f0..60d75a6c04baef 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -230,6 +230,14 @@ https://github.com/tc39/ecma262/pull/1320. Both of the above may change in future updates, which will be breaking changes. +### `--heapsnapshot-signal=signal` + + +Generates a heap snapshot each time the process receives the specified signal. +`signal` must be a valid signal name. Disabled by default. + ### `--http-parser=library`