Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1499,10 +1499,13 @@ Specify the file name of the heap profile generated by `--heap-prof`.
added:
- v15.1.0
- v14.18.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/60956
description: The flag is no longer experimental.
-->

> Stability: 1 - Experimental

Writes a V8 heap snapshot to disk when the V8 heap usage is approaching the
heap limit. `count` should be a non-negative integer (in which case
Node.js will write no more than `max_count` snapshots to disk).
Expand Down
Loading