Searched defs:resourceLimits (Results 1 – 7 of 7) sorted by relevance
49 const w1stack = await runWorker({ resourceLimits: { stackSizeMb: 0.5 } }); property50 const w2stack = await runWorker({ resourceLimits: { stackSizeMb: 1.0 } }); property61 await runWorker({ resourceLimits: { stackSizeMb }, skipErrorCheck: true }); property
14 resourceLimits: { property
21 const w = new Worker(__filename, { resourceLimits: testResourceLimits }); property
10 resourceLimits: { property
32 resourceLimits, property
427 get resourceLimits() { getter in Worker542 resourceLimits: property