VictoriaMetrics/lib/memory
Aliaksandr Valialkin a96eb16329
lib/memory: export process_memory_limit_bytes metric, which shows the amounts of memory the current process has access to
This metric is equivalent to `vm_available_memory_bytes`, but it has better name,
since the metric is related to a process, not VictoriaMetrics itself.

Leave `vm_available_memory_bytes` for backwards compatibility.
2022-04-07 15:23:00 +03:00
..
memory_bsd.go
memory_darwin.go
memory_linux.go
memory_solaris.go
memory_windows.go
memory.go
sysctl.go