]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus-print-properties: ignore CGROUP_LIMIT_MAX for Memory*{Current,Peak}
authorMike Yuan <me@yhndnzj.com>
Fri, 24 Nov 2023 11:15:40 +0000 (19:15 +0800)
committerMike Yuan <me@yhndnzj.com>
Fri, 24 Nov 2023 15:22:41 +0000 (23:22 +0800)
commit3f362012ce0034dc14d3c1a1c2a3a64a11efa9da
treec7a160956c16ba10380207c297469ca7f3eef959
parent35c08a56a1cc217e78fc0cbfa69fb30ffb9d43cc
bus-print-properties: ignore CGROUP_LIMIT_MAX for Memory*{Current,Peak}

MemoryCurrent and MemoryAvailable are shown as "[not set]" when UINT64_MAX
(unset). Let's do the same for the newly-added Memory*{Current,Peak} properties.
src/shared/bus-print-properties.c