mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
man: update document about the maximum number of child processes
This commit is contained in:
parent
2cba1d3753
commit
7b5ca134a5
@ -53,7 +53,8 @@
|
||||
<term><varname>children_max=</varname></term>
|
||||
|
||||
<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>
|
||||
</listitem>
|
||||
|
@ -607,8 +607,8 @@
|
||||
<term><option>-m</option></term>
|
||||
<term><option>--children-max=</option><replaceable>value</replaceable></term>
|
||||
<listitem>
|
||||
<para>Set the maximum number of events, systemd-udevd will handle at the
|
||||
same time.</para>
|
||||
<para>Set the maximum number of events, systemd-udevd will handle at the same time. When 0 is
|
||||
specified, then the maximum is determined based on the system resources.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user