From 8b51950f4cd2364b7b3edcca423fdfa130a33cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Koutn=C3=BD?= Date: Wed, 5 Feb 2020 17:21:32 +0100 Subject: [PATCH] docs: Correct resource weight range --- docs/USER_RECORD.md | 6 +++--- 1 file 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`.