property ResourceLimits.stackSizeMb Usage in Deno```typescript import { type ResourceLimits } from "node:node__worker_threads.d.ts"; ``` The default maximum stack size for the thread. Small values may lead to unusable Worker instances. Type number | undefined