]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Correct resource weight range
authorMichal Koutný <mkoutny@suse.com>
Wed, 5 Feb 2020 16:21:32 +0000 (17:21 +0100)
committerChris Down <chris@chrisdown.name>
Wed, 5 Feb 2020 16:58:07 +0000 (16:58 +0000)
docs/USER_RECORD.md

index 08118952ee999660e312d357042be42446f2f9cd..299aaade4445fc7ae6c8325b1b55591a7d854642 100644 (file)
@@ -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`.