pub const RESUME_FLOOR_MB: u64 = 512;Expand description
Minimum commit-free (available page file) headroom, in MB, before it is safe
to (re)launch a CEF host without it instantly re-OOMing. A fresh host +
renderer commits on the order of a few hundred MB; 512 leaves margin. Shared
starting point with the renderer spec’s RESUME_FLOOR (SPEC §6).