rulvar API reference / @rulvar/planner / WorkerSandboxRunnerOptions
Interface: WorkerSandboxRunnerOptions
Defined in: packages/planner/src/sandbox-runner.ts:25
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
memoryMb? | number | Worker old-generation heap ceiling; default 512 (Appendix A). | packages/planner/src/sandbox-runner.ts:29 |
timeoutMs? | number | Wall-clock ceiling for one execution; default 300000 (Appendix A). | packages/planner/src/sandbox-runner.ts:27 |
workerUrl? | URL | The worker entry module; defaults to the built sandbox-worker.js next to this module. Tests running from source point at the built dist. | packages/planner/src/sandbox-runner.ts:34 |