Skip to main content

Module budget

Module budget 

Source
Expand description

Process-level thread + memory budgets computed at App start.

Structs§

MemoryBudget
A soft ceiling on host memory the runtime aims to stay under, computed from total RAM and the optional AppConfig override.
ThreadBudget
How many threads the runtime plans to run, computed from the machine’s core count and the optional AppConfig override. Advisory: it sizes the shared job pool (jobs::configure) and is reported, but does not cap the streaming workers or the audio thread.