setHeapSnapshotNearHeapLimit - Node documentation
function setHeapSnapshotNearHeapLimit
Unstable

Usage in Deno

import { setHeapSnapshotNearHeapLimit } from "node:v8";
setHeapSnapshotNearHeapLimit(limit: number): void

The API is a no-op if --heapsnapshot-near-heap-limit is already set from the command line or the API is called more than once. limit must be a positive integer. See --heapsnapshot-near-heap-limit for more information.

Parameters

limit: number

Return Type

void