From: Yu Watanabe Date: Tue, 1 Aug 2023 16:19:37 +0000 (+0900) Subject: man: update document about the maximum number of child processes X-Git-Tag: v255-rc1~807^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28627%2Fhead;p=thirdparty%2Fsystemd.git man: update document about the maximum number of child processes --- diff --git a/man/udev.conf.xml b/man/udev.conf.xml index 0f51a1aaefe..f4d573ddc61 100644 --- a/man/udev.conf.xml +++ b/man/udev.conf.xml @@ -53,7 +53,8 @@ children_max= - An integer. The maximum number of events executed in parallel. + 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. This is the same as the option. diff --git a/man/udevadm.xml b/man/udevadm.xml index 900bdac4b32..1c339a6b6d1 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -607,8 +607,8 @@ value - Set the maximum number of events, systemd-udevd will handle at the - same time. + 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.