We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--experimental-vm-worker-memory-limit
tinypool
1 parent 065a08e commit 3c67a4cCopy full SHA for 3c67a4c
packages/vitest/src/node/pools/vm-threads.ts
@@ -66,6 +66,7 @@ export function createVmThreadsPool(ctx: Vitest, { execArgv, env }: PoolProcessO
66
],
67
68
terminateTimeout: ctx.config.teardownTimeout,
69
+ maxMemoryLimitBeforeRecycle: ctx.config.experimentalVmWorkerMemoryLimit || undefined,
70
}
71
72
if (ctx.config.singleThread) {
0 commit comments