Skip to main content
ResourceLimits.maxYoungGenerationSizeMb - worker_threads - Node documentation
property ResourceLimits.maxYoungGenerationSizeMb

Usage in Deno

import { type ResourceLimits } from "node:worker_threads";

The maximum size of a heap space for recently created objects.

Type

number | undefined