Expand description
Process-level thread + memory budgets computed at App start.
Structs§
- Memory
Budget - A soft ceiling on host memory the runtime aims to stay under, computed from
total RAM and the optional
AppConfigoverride. - Thread
Budget - How many threads the runtime plans to run, computed from the machine’s core
count and the optional
AppConfigoverride. Advisory: it sizes the shared job pool (jobs::configure) and is reported, but does not cap the streaming workers or the audio thread.