Skip to main content

resident_kb

Function resident_kb 

Source
pub fn resident_kb() -> usize
Expand description

Resident memory in kilobytes.

Linux only, from /proc/self/statm, whose second field is the resident set in pages. Elsewhere it reports zero and the tolerance trivially accepts it — a soak on another platform still checks the other three, and inventing a figure that was never measured would be worse than admitting to none.