From 0ae0eb4f542b63148e6ff745d71c35978e238a36 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 5 Dec 2025 10:15:15 +0100 Subject: [PATCH] cli: mark --heapsnapshot-near-heap-limit as stable This has not changed in the past 5 years and has been passing the tests for 5 years. Mark it as stable. --- doc/api/cli.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index aeb901973c2af6..ba6288062ced01 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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).