Returns the maximum amount of used memory in RAM.
impl ResourceUsage { fn max_mem(&self) -> u64 }
More precisely, this function returns the maximum resident set size used in bytes.