pub const LLM_SLOT_ASSUMED_AVAILABLE_MB: u32 = 4096;Expand description
Memory assumed available when the LLM slot default is computed without
sysinfo at hand.
Deliberately conservative. lock::calculate_safe_concurrency is the source
of truth whenever exact memory data is available; this only keeps the
fallback in the same order of magnitude.