diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-11-28 21:54:02 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-11-28 21:54:02 +0100 |
commit | 67bcb99700a0da1395fa063d7c6586740b304598 (patch) | |
tree | c107e85165ddee11cecfce5f6c10dea3a2971318 /doc/manual/src | |
parent | ff12d1c1a1bb0dcea5a9ac6b8a5036d7e5dc11ca (diff) |
Add a setting for enabling cgroups
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 4c91002fb..db2bd7419 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -43,10 +43,11 @@ ``` extra-experimental-features = cgroups + use-cgroups = true ``` - to `nix.conf`. It is also automatically enabled for builds that - require the `uid-range` system feature. + to `nix.conf`. Cgroups are required for derivations that require the + `uid-range` system feature. * `nix build --json` now prints some statistics about top-level derivations, such as CPU statistics when cgroups are enabled. |