]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/org.freedesktop.systemd1.xml
core: add MemoryAvailable unit property
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 26 May 2021 18:16:48 +0000 (19:16 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 8 Jun 2021 13:05:56 +0000 (14:05 +0100)
commit93ff34e44aa6cfae2b3723ec57862ce54c1721eb
tree2d11fcaefbe32142045e71b785649e46e270fe0f
parentd477a094e82c227ef6164b33d4eb3bcb22cc1473
core: add MemoryAvailable unit property

Try to infer the unused memory that a unit can claim before the
memory.max limit is reached, including any limit set on any parent
slice above the unit itself.
man/org.freedesktop.systemd1.xml
src/core/cgroup.c
src/core/cgroup.h
src/core/dbus-unit.c
src/shared/bus-print-properties.c
src/systemctl/systemctl-show.c