]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update document about the maximum number of child processes 28627/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 Aug 2023 16:19:37 +0000 (01:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Aug 2023 06:40:02 +0000 (15:40 +0900)
man/udev.conf.xml
man/udevadm.xml

index 0f51a1aaefe98b123a93f5a7712d4c5fba97a8b1..f4d573ddc61e0d15e80d1266dc7712d5a712dca9 100644 (file)
@@ -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>
index 900bdac4b3252d01896e17514ef4b612d2a84508..1c339a6b6d119140f4736a16004edcbcee4cac24 100644 (file)
           <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>