summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Koutný <mkoutny@suse.com>2020-02-05 17:21:32 +0100
committerChris Down <chris@chrisdown.name>2020-02-05 17:58:07 +0100
commit8b51950f4cd2364b7b3edcca423fdfa130a33cda (patch)
treee9878ee47a771a305e8b7444bf062abfedd69268
parentMerge pull request #14415 from ssahani/prefixstable-rfc-7217-new (diff)
downloadsystemd-8b51950f4cd2364b7b3edcca423fdfa130a33cda.tar.xz
systemd-8b51950f4cd2364b7b3edcca423fdfa130a33cda.zip
docs: Correct resource weight range
-rw-r--r--docs/USER_RECORD.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md
index 08118952ee..299aaade44 100644
--- a/docs/USER_RECORD.md
+++ b/docs/USER_RECORD.md
@@ -381,9 +381,9 @@ that might have changed user identity), in bytes. Enforced by
[`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html),
similar to `tasksMax`.
-`cpuWeight`/`ioWeight` → These take unsigned integers in the range 100…10000
-and configure the CPU and IO scheduling weights for the user's processes as a
-whole. Also enforced by
+`cpuWeight`/`ioWeight` → These take unsigned integers in the range 1…10000
+(defaults to 100) and configure the CPU and IO scheduling weights for the
+user's processes as a whole. Also enforced by
[`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html),
similar to `tasksMax`, `memoryHigh` and `memoryMax`.