From e284d037ce0b53a5dea2ee8bd16bcc2c92e16638 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 8 Dec 2025 15:09:30 +0100 Subject: [PATCH] cli: mark --heapsnapshot-near-heap-limit as stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has not changed in the past 5 years and has been passing the tests for 5 years. Mark it as stable. PR-URL: https://github.com/nodejs/node/pull/60956 Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen Reviewed-By: Chengzhong Wu Reviewed-By: Luigi Pinca --- 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 0da252480f..d5b6dc1db2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1512,10 +1512,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).