man: mention about UINT64_MAX value for OOMKills and ManagedOOMKills DBus properties

Follow-up for 9cf6ad16dd.
Addresses https://github.com/systemd/systemd/pull/38906#discussion_r2363291116.
This commit is contained in:
Yu Watanabe
2025-10-05 23:09:27 +09:00
parent bf600342af
commit 63b27d1765

View File

@@ -2696,10 +2696,13 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice {
<varname>OOMPolicy=kill</varname> is enabled for the unit or not. If enabled, the property contains the
number of times the kernel OOM killer killed all the processes in the unit's cgroup and its
descendant cgroups. If disabled, the property contains the number of processes the kernel OOM killer
has killed in the unit's cgroup and its descendant cgroups.</para>
has killed in the unit's cgroup and its descendant cgroups. When the corresponding cgroups have not
been realized, it reports <constant>18446744073709551615</constant> (<constant>2^64 - 1</constant>).</para>
<para><varname>ManagedOOMKills</varname> contains the number of times <command>systemd-oomd</command>
killed all the processes in the unit's cgroup and its descendant cgroups.</para>
killed all the processes in the unit's cgroup and its descendant cgroups. When the corresponding
cgroups have not been realized yet, it reports <constant>18446744073709551615</constant>
(<constant>2^64 - 1</constant>).</para>
</refsect2>
<refsect2>