Skip to content

Commit 8b51950

Browse files
Werkovcdown
authored andcommitted
docs: Correct resource weight range
1 parent 5bbcff2 commit 8b51950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/USER_RECORD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ that might have changed user identity), in bytes. Enforced by
381381
[`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html),
382382
similar to `tasksMax`.
383383

384-
`cpuWeight`/`ioWeight` → These take unsigned integers in the range 100…10000
385-
and configure the CPU and IO scheduling weights for the user's processes as a
386-
whole. Also enforced by
384+
`cpuWeight`/`ioWeight` → These take unsigned integers in the range 1…10000
385+
(defaults to 100) and configure the CPU and IO scheduling weights for the
386+
user's processes as a whole. Also enforced by
387387
[`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html),
388388
similar to `tasksMax`, `memoryHigh` and `memoryMax`.
389389

0 commit comments

Comments
 (0)