Searched refs:stackSizeMb (Results 1 – 4 of 4) sorted by relevance
50 const w1stack = await runWorker({ resourceLimits: { stackSizeMb: 0.5 } }); property51 const w2stack = await runWorker({ resourceLimits: { stackSizeMb: 1.0 } }); property59 for (const stackSizeMb of [ 0.001, 0.01, 0.1, 0.2, 0.3, 0.5 ]) {60 await runWorker({ resourceLimits: { stackSizeMb }, skipErrorCheck: true }); field
15 stackSizeMb: 1, property
443 if (typeof obj.stackSizeMb === 'number')444 ret[kStackSizeMb] = obj.stackSizeMb;453 stackSizeMb: float64arr[kStackSizeMb]
248 * `stackSizeMb` {number}783 * `stackSizeMb` {number} The default maximum stack size for the thread.948 * `stackSizeMb` {number}