spawn_budget_set
Set a temporary memory limit for the current process to raise or lower its spawn-budget ceiling, using 0 to disable enforcement when handling heavy tasks.
Instructions
Override the spawn-budget cap for this process (in MB). Set 0 to disable enforcement. Does NOT persist across restarts — set THREADKEEPER_SPAWN_BUDGET_MB env for persistence.
Useful when a heavy task needs a higher temporary ceiling, or to drop the cap mid-session if you notice the laptop struggling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit_mb | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |