1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-08 09:57:41 +03:00

man: update document about the maximum number of child processes

This commit is contained in:
Yu Watanabe 2023-08-02 01:19:37 +09:00
parent 2cba1d3753
commit 7b5ca134a5
2 changed files with 4 additions and 3 deletions

View File

@ -53,7 +53,8 @@
<term><varname>children_max=</varname></term> <term><varname>children_max=</varname></term>
<listitem> <listitem>
<para>An integer. The maximum number of events executed in parallel.</para> <para>An integer. The maximum number of events executed in parallel. When unspecified or 0 is
specified, the maximum is determined based on the system resources.</para>
<para>This is the same as the <option>--children-max=</option> option.</para> <para>This is the same as the <option>--children-max=</option> option.</para>
</listitem> </listitem>

View File

@ -607,8 +607,8 @@
<term><option>-m</option></term> <term><option>-m</option></term>
<term><option>--children-max=</option><replaceable>value</replaceable></term> <term><option>--children-max=</option><replaceable>value</replaceable></term>
<listitem> <listitem>
<para>Set the maximum number of events, systemd-udevd will handle at the <para>Set the maximum number of events, systemd-udevd will handle at the same time. When 0 is
same time.</para> specified, then the maximum is determined based on the system resources.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>