Skip to main content

max_rss_bytes

Function max_rss_bytes 

Source
fn max_rss_bytes() -> Option<u64>
Expand description

Return this process’s peak resident set size, in bytes.

This is the kernel’s own high-water mark, so unlike a sampled maximum it cannot miss a short-lived spike.