]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: make it clear how systemd calculate the DefaultTasksMax.
authorEinsler Lee <shenxiaogll@163.com>
Sat, 30 Jan 2021 03:14:35 +0000 (11:14 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 30 Jan 2021 11:48:15 +0000 (12:48 +0100)
commit9c587d66187976de49e2d2028cebe1aef5b77b9c
treea372269f77612c31d4c707c8581bb1381ff9d9ee
parent7a1fed85d7b84cfc9c494d5fd62cf7024046aec9
man: make it clear how systemd calculate the DefaultTasksMax.

Actually, systemd takes the minimum of
* a) the maximum tasks value the kernel allows on this architecture
* b) the cgroups pids_max attribute for the system
* c) the kernel's configured maximum PID value
to calculate the DefaultTasksMax. Here, kernel.thread-max should also be methioned.
man/systemd-system.conf.xml