pub fn effective_permits(requested: usize) -> usize
G42/S3 BLOCO 2: effective permit count.
permits = clamp(requested, 1, 32) ∧ cpus ∧ ram_livre*0.5/RSS — see the module docs for the measured RSS rationale.
permits = clamp(requested, 1, 32) ∧ cpus ∧ ram_livre*0.5/RSS