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

Usage in Deno

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

The default maximum stack size for the thread. Small values may lead to unusable Worker instances.

Type

number | undefined