mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
kernel: Disable RT_GROUP_SCHED
Follow systemd recommendation
fd74fa791f/README (L96-L103)
This commit is contained in:
parent
74e52576e0
commit
96fbdf8594
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ with stdenv.lib;
|
|||
|
||||
# Linux containers.
|
||||
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
|
||||
RT_GROUP_SCHED? y
|
||||
RT_GROUP_SCHED n
|
||||
CGROUP_DEVICE? y
|
||||
MEMCG y
|
||||
MEMCG_SWAP y
|
||||
|
|
Loading…
Reference in a new issue