Property MemoryHeadroomFactor
MemoryHeadroomFactor
Refuse a session when the OS reports less than
modelBytes * factor + MemoryHeadroomBytes. 0 disables the pre-flight.
The default is an engineering estimate anchored on the ~2x transient cost of session
creation, NOT a measurement - see spec 19.
public double MemoryHeadroomFactor { get; set; }