kernel: Disable RT_GROUP_SCHED
Follow systemd recommendation
fd74fa791f/README (L96-L103)
This commit is contained in:
parent
74e52576e0
commit
96fbdf8594
|
@ -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 New Issue