summaryrefslogtreecommitdiff
path: root/docs
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 16:58:07 +0000
commit8b51950f4cd2364b7b3edcca423fdfa130a33cda (patch)
treee9878ee47a771a305e8b7444bf062abfedd69268 /docs
parent5bbcff2a1d6df8326030d9ba8b8dd685b9bf2a51 (diff)
downloadsystemd-8b51950f4cd2364b7b3edcca423fdfa130a33cda.tar.gz
docs: Correct resource weight range
Diffstat (limited to 'docs')
-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`.