diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 16:31:57 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 16:32:33 +0200 |
commit | 8dc647fd305d23380cb1b1a9123e31f0fcc9a4e9 (patch) | |
tree | c206ef8555d3e91ec175af9634e9c2fd779b73bd /man | |
parent | 24c8d4d3f43a28f2140a0c05e47ebb36caad6a32 (diff) | |
download | systemd-8dc647fd305d23380cb1b1a9123e31f0fcc9a4e9.tar.gz |
man: do not say that tasks are threads and processes
This is confusing because the reader might think that processes and threads are
counted separately. Another issue pointed out in #16363.
Diffstat (limited to 'man')
-rw-r--r-- | man/homectl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index 5c67ea0054..6a8448f25d 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -504,10 +504,10 @@ <term><option>--tasks-max=</option><replaceable>TASKS</replaceable></term> <listitem><para>Takes a non-zero unsigned integer as argument. Configures the maximum numer of tasks - (i.e. processes and threads) the user may have at any given time. This limit applies to all tasks - forked off the user's sessions, even if they change user identity via <citerefentry - project='man-pages'><refentrytitle>su</refentrytitle><manvolnum>1</manvolnum></citerefentry> or a - similar tool. Use <option>--rlimit=LIMIT_NPROC=</option> to place a limit on the tasks actually + (i.e. threads, where each process is at least one thread) the user may have at any given time. This + limit applies to all tasks forked off the user's sessions, even if they change user identity via + <citerefentry project='man-pages'><refentrytitle>su</refentrytitle><manvolnum>1</manvolnum></citerefentry> + or a similar tool. Use <option>--rlimit=LIMIT_NPROC=</option> to place a limit on the tasks actually running under the UID of the user, thus excluding any child processes that might have changed user identity. This controls the <varname>TasksMax=</varname> setting of the per-user systemd slice unit <filename>user-$UID.slice</filename>. See |