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.go lib/memory: export process_memory_limit_bytes metric, which shows the amounts of memory the current process has access to 2022-04-07 15:23:00 +03:00
memory_bsd.go all: add go:build lines for Go1.17 2021-07-26 15:48:21 +03:00
memory_darwin.go all: port to FreeBSD on GOARCH=amd64 2019-08-28 01:19:23 +03:00
memory_linux.go lib/memory: fall back to reading hierarchical memory limit in cgroups when the default limit isn't set 2020-09-04 00:05:05 +03:00
memory_solaris.go fixes solaris build (#1345) 2021-05-31 09:21:23 +03:00
memory_windows.go all: initial stubs for Windows support; see https://github.com/VictoriaMetrics/VictoriaMetrics/issues/70 2019-06-20 20:07:10 +03:00
sysctl.go all: add go:build lines for Go1.17 2021-07-26 15:48:21 +03:00