diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-07-07 08:29:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 08:29:56 +0900 |
commit | c82012605b3d578710996e29e8fa4ef8ff35a610 (patch) | |
tree | 70a7e19720ff686efff252702ec9f796b4570f8b /man | |
parent | 08bf20287c699213f1d4ee0ffd1f8cb39259a67c (diff) | |
parent | 1f68f77292a9581dd77be9a0bd279c1430cbd130 (diff) | |
download | systemd-c82012605b3d578710996e29e8fa4ef8ff35a610.tar.gz |
Merge pull request #16374 from keszybz/docs-and-networkd
Docs and networkd
Diffstat (limited to 'man')
-rw-r--r-- | man/homectl.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index ad59c174e0..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 @@ -532,7 +532,7 @@ <term><option>--cpu-weight=</option><replaceable>WEIGHT</replaceable></term> <term><option>--io-weight=</option><replaceable>WEIGHT</replaceable></term> - <listitem><para>Set a CPU and IO scheduling weights of the processes of the user, including those of + <listitem><para>Set CPU and IO scheduling weights of the processes of the user, including those of processes forked off by the user that changed user credentials. Takes a numeric value in the range 1…10000. This controls the <varname>CPUWeight=</varname> and <varname>IOWeight=</varname> settings of the per-user systemd slice unit <filename>user-$UID.slice</filename>. See |