Home
last modified time | relevance | path

Searched refs:stackSizeMb (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-worker-stack-overflow-stack-size.js50 const w1stack = await runWorker({ resourceLimits: { stackSizeMb: 0.5 } }); property
51 const w2stack = await runWorker({ resourceLimits: { stackSizeMb: 1.0 } }); property
59 for (const stackSizeMb of [ 0.001, 0.01, 0.1, 0.2, 0.3, 0.5 ]) {
60 await runWorker({ resourceLimits: { stackSizeMb }, skipErrorCheck: true }); field
Dtest-worker-resource-limits.js15 stackSizeMb: 1, property
/third_party/node/lib/internal/
Dworker.js443 if (typeof obj.stackSizeMb === 'number')
444 ret[kStackSizeMb] = obj.stackSizeMb;
453 stackSizeMb: float64arr[kStackSizeMb]
/third_party/node/doc/api/
Dworker_threads.md248 * `stackSizeMb` {number}
783 * `stackSizeMb` {number} The default maximum stack size for the thread.
948 * `stackSizeMb` {number}