pub static PROCESS_VM_SIZE_BYTES: Key<Option<u64>>Expand description
Virtual memory size of the hosting OS process (bytes). None
means the measurement was unavailable (for example non-Linux
or procfs read/parse failure); values are never fabricated
(PD-2).