Skip to main content

effective_permits

Function effective_permits 

Source
pub fn effective_permits(requested: usize) -> usize
Expand description

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.