mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
Track current memory usage, `memory.usage_in_bytes`, in addition to `memory.max_memory_usage_in_bytes` and friends. This number is closer what Docker reports. Related to https://github.com/hashicorp/nomad/issues/5165 .