From: Michal Koutný Date: Wed, 5 Feb 2020 16:21:32 +0000 (+0100) Subject: docs: Correct resource weight range X-Git-Tag: v245-rc2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b51950f4cd2364b7b3edcca423fdfa130a33cda;p=thirdparty%2Fsystemd.git docs: Correct resource weight range --- diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 08118952ee9..299aaade444 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`.